allowed() public static method

Exec class is allowed to run
public static allowed ( ) : boolean
return boolean
コード例 #1
0
ファイル: QueryCommand.php プロジェクト: netz98/n98-magerun
 /**
  * @return bool
  */
 public function isEnabled()
 {
     return Exec::allowed();
 }