public function __construct() { parent::__construct(); $factory = new ReservationPresenterFactory(); $this->_presenter = $factory->Update($this, ServiceLocator::GetServer()->GetUserSession()); }