getRules() public method

Retrieve the current set of rules.
public getRules ( ) : array
return 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();
 }