コード例 #1
0
ファイル: ExtendedPageEntity.php プロジェクト: svobodni/web
 public function __construct()
 {
     $this->page = $this->createPageEntity();
     $this->extendedMainRoute = $this->createMainRoute();
     $this->page->mainRoute = $this->extendedMainRoute->getRoute();
     $this->page->special = $this->getSpecial();
     $this->startup();
 }