コード例 #1
0
ファイル: browse-character.php プロジェクト: nexgenta/weaver
 protected function assignTemplate()
 {
     parent::assignTemplate();
     $this->useJQuery();
     $this->vars['events'] = $this->object->featuredInEvents();
     $this->vars['stories'] = $this->object->featuredIn();
 }
コード例 #2
0
ファイル: browse-universe.php プロジェクト: nexgenta/weaver
 public function process(Request $req)
 {
     $this->crumbName = $this->object->title;
     return parent::process($req);
 }
コード例 #3
0
ファイル: browse-story.php プロジェクト: nexgenta/weaver
 protected function assignTemplate()
 {
     parent::assignTemplate();
     $this->useJQuery();
 }