Example #1
0
 /**
  * Returns an array of all unique namespaces used by currently registered commands.
  * 
  * It does not returns the global namespace which always exists.
  *
  * @return array An array of namespaces
  * @static 
  */
 public static function getNamespaces()
 {
     //Method inherited from \Symfony\Component\Console\Application
     return \Illuminate\Console\Application::getNamespaces();
 }