コード例 #1
0
ファイル: Add.php プロジェクト: emilymwang8/ibug
 public static function use_boundable_styles()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_styles(), array($path . 'Add.css'));
 }
コード例 #2
0
ファイル: CustomOnlineBug.php プロジェクト: emilymwang8/ibug
 public static function use_boundable_styles()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_styles(), array($path . "Online.css", $path . "UserOnlineBug.css"));
 }
コード例 #3
0
 public static function use_boundable_styles()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_styles(), array($path . 'Online.css', $path . "ProjectThroughRate.css"));
 }
コード例 #4
0
ファイル: QAStatis.php プロジェクト: emilymwang8/ibug
 public static function use_boundable_styles()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_styles(), array($path . "Online.css", $path . "Workload.css", $path . "QAStatis.css", $path . "../home/Index.css"));
 }
コード例 #5
0
ファイル: PersonEdit.php プロジェクト: emilymwang8/ibug
 public static function use_boundable_styles()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_styles(), array($path . "PersonEdit.css", $path . 'CompView.css'));
 }
コード例 #6
0
ファイル: PersonDetail.php プロジェクト: emilymwang8/ibug
 public static function use_boundable_styles()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_styles(), array($path . "../home/Index.css", $path . "PersonDetail.css"));
 }