public function __construct(Event $event) { parent::__construct("website/application/presentation/templates/sections/event.php"); $this->event = $event; $this->setEventLinkName($event->getEventLinkName()); $this->setEventLink($event->getEventLink()); // set the gui date $this->setEventYear(date("Y", $event->getDate())); $this->setEventDay(date("d", $event->getDate())); $this->applyEventWeekday(); $this->applyEventMonth(); }
public function __construct() { parent::__construct("website/application/presentation/templates/sections/konzerte.php"); }
public function __construct() { parent::__construct("website/application/presentation/templates/footer.php"); }
public function __construct() { parent::__construct("website/application/presentation/templates/singlepages/projekt.php"); }
public function __construct() { parent::__construct("website/application/presentation/templates/error.html"); }
public function __construct() { parent::__construct("website/application/presentation/templates/sections/downloads.php"); }
public function __construct() { parent::__construct("website/application/presentation/templates/sections/galleryitemview.php"); }