コード例 #1
0
ファイル: _ide_helper.php プロジェクト: VictorAvelar/sfg
 /**
  * Returns true if the $accessHandler is not set, otherwise it relies on the
  * handler implementation to check if the user should has access or not.
  *
  * @param array $options
  * @return bool 
  * @static 
  */
 public static function checkAccess($options)
 {
     return \Styde\Html\Menu\MenuGenerator::checkAccess($options);
 }