예제 #1
0
파일: category.php 프로젝트: staabm/redaxo
 /**
  * @param string $value
  *
  * @return bool
  */
 public static function hasValue($value)
 {
     return parent::_hasValue($value, ['cat_']);
 }