コード例 #1
0
ファイル: Selectroom.php プロジェクト: emilymwang8/ajk-broker
 public static function use_boundable_styles()
 {
     $strPath = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_styles(), array($strPath . 'Selectroom.css'));
 }
コード例 #2
0
 public static function use_boundable_styles()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_styles(), array($path . "Header.css"));
 }