Example #1
0
 /**
  * isCli
  *
  * @return  boolean
  */
 public static function isCli()
 {
     return PhpHelper::isCli();
 }