コード例 #1
0
ファイル: Repository.php プロジェクト: jBOKA/library
 /**
  * Returns all registered namespaces with the config
  * loader.
  *
  * @return array
  */
 public function getNamespaces()
 {
     return $this->loader->getNamespaces();
 }