model = new Reservation(); $this->properties = ['buyer', 'date', 'units', 'promotions', 'broker']; $this->methods = ['states', 'currentState', 'addUnit', 'removeUnit', 'findUnit', 'hasUnit']; } }