예제 #1
0
 /**
  * Returns true if the app is run through the command line.
  */
 public static function isRunThroughCommandLineInterface()
 {
     return Concrete\Core\Application\Application::isRunThroughCommandLineInterface();
 }