コード例 #1
0
ファイル: Appearances.php プロジェクト: Yomyer/cckit
 /**
  * @return AppearanceInterface[]
  */
 public function getAll()
 {
     return parent::getAll();
 }
コード例 #2
0
ファイル: Javascripts.php プロジェクト: Yomyer/cckit
 /**
  * @return Javascript[]
  */
 public function getAllJavascripts()
 {
     return parent::getAll();
 }
コード例 #3
0
ファイル: Stylesheets.php プロジェクト: Yomyer/cckit
 /**
  * @return Stylesheet[]
  */
 public function getAllStylesheets()
 {
     return parent::getAll();
 }