check() public static method

Is command line
public static check ( ) : boolean
return boolean
Esempio n. 1
0
 /**
  * @return bool
  */
 public function isCli()
 {
     return Cli::check();
 }
Esempio n. 2
0
 public function testCheck()
 {
     isTrue(Cli::check());
 }