コード例 #1
0
ファイル: VideoPresenter.php プロジェクト: CSHH/website
 public function renderDefault()
 {
     parent::runRenderDefault();
     $this->template->videos = $this->videos;
     $this->template->videoThumbnail = $this->videoThumbnail;
 }
コード例 #2
0
ファイル: ArticlePresenter.php プロジェクト: CSHH/website
 public function renderDefault()
 {
     parent::runRenderDefault();
     $this->template->articles = $this->articles;
 }
コード例 #3
0
ファイル: GalleryPresenter.php プロジェクト: CSHH/website
 public function renderDefault()
 {
     parent::runRenderDefault();
     $this->template->images = $this->images;
     $this->template->uploadDir = $this->context->parameters['uploadDir'];
 }