コード例 #1
0
ファイル: Festival.php プロジェクト: emilymwang8/ajk-broker
 public static function use_component()
 {
     return array_merge(parent::use_component(), array('Ui_Dialog', 'Ui_Carousel', 'Game_Turntable'));
 }
コード例 #2
0
ファイル: WechatBase.php プロジェクト: emilymwang8/ajk-broker
 public static function use_boundable_javascripts()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_javascripts(), array(array($path . "WechatBase.js", PHP_INT_MAX)));
 }
コード例 #3
0
 public static function use_boundable_javascripts()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_styles(), array(array($path . "GoodbrokerCommon.js", PHP_INT_MAX)));
 }