Example #1
0
 /**
  * Returns a text representation of the Application.
  *
  * @param string $namespace An optional namespace name
  * @param bool $raw Whether to return raw command list
  * @return string A string representing the Application
  * @deprecated Deprecated since version 2.3, to be removed in 3.0.
  * @static 
  */
 public static function asText($namespace = null, $raw = false)
 {
     //Method inherited from \Symfony\Component\Console\Application
     return \Illuminate\Console\Application::asText($namespace, $raw);
 }