예제 #1
0
파일: Cerberus.php 프로젝트: softr/cerberus
 /**
  * Return avaliable ungrouped rules list.
  *
  * @access  public
  * @return  array
  */
 public function getUngroupedRules()
 {
     return $this->rules->getUngroupedRules();
 }