getRules() 공개 메소드

Retrieve the current set of rules.
public getRules ( ) : array
리턴 array
예제 #1
0
파일: _ide_helper.php 프로젝트: Quiss/Twiga
 /**
  * Retrieve the current set of rules.
  *
  * @return array 
  * @static 
  */
 public static function getRules()
 {
     return \Jenssegers\Agent\Agent::getRules();
 }