after() public method

public after ( )
コード例 #1
0
ファイル: profile.php プロジェクト: natgeo/kids-myshot
 public function after()
 {
     $this->template->sidebar = Widget::factory()->add(array('accountstatus', 'ad', 'minute', 'search', 'following', 'followers', 'favphotos', 'categories', 'help', 'tags', 'editorial'));
     parent::after();
 }