Esempio n. 1
0
 public static function use_boundable_styles()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_styles(), array($path . 'Festival.css'));
 }
Esempio n. 2
0
 public static function use_boundable_styles()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_styles(), array(array($path . "WechatBase.css", PHP_INT_MAX)));
 }
Esempio n. 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)));
 }