コード例 #1
0
ファイル: HRJobSyntaxTest.php プロジェクト: JoeMurray/civihr
 public static function entities($skip = NULL)
 {
     $result = parent::entities($skip);
     return array_filter($result, function ($value) {
         return preg_match("/^HRJob/", $value[0]);
     });
 }