Esempio n. 1
0
 public function __call($name, $params)
 {
     cmd::echoL1('--action: ' . $name . ' - not exist' . PHP_EOL);
 }
Esempio n. 2
0
 public static function getFailture()
 {
     $command = 'sc qfailure ' . Settings::$service;
     cmd::exec($command, 866);
     return cmd::$output;
 }