allowed() public static method

Exec class is allowed to run
public static allowed ( ) : boolean
return boolean
Beispiel #1
0
 /**
  * @return bool
  */
 public function isEnabled()
 {
     return Exec::allowed();
 }