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