You are here

14 calls to Util::namespaceLogicalPath() in X Autoload 7.5

ClassFinder::add in src/ClassFinder/ClassFinder.php
Adds a PSR-0 style prefix. Alias for ->addPsr0().
ClassFinder::addNamespacePsr0 in src/ClassFinder/ClassFinder.php
Adds a PSR-0 style namespace.
ClassFinder::addPsr4 in src/ClassFinder/ClassFinder.php
Adds a PSR-4 style namespace.
ClassFinder::registerNamespaceDeep in src/ClassFinder/ClassFinder.php
Alias for registerNamespaceDeepLocation()
ClassFinder::registerNamespaceDeepLocation in src/ClassFinder/ClassFinder.php
Register a deep filesystem location for a given namespace.
ClassFinder::registerNamespaceRoot in src/ClassFinder/ClassFinder.php
Register a PSR-0 root folder for a given namespace.
ClassFinder::registerNamespacesDeep in src/ClassFinder/ClassFinder.php
Register a number of "deep" namespace directories at once.
ClassFinder::registerNamespacesRoot in src/ClassFinder/ClassFinder.php
Register PSR-0 root folders for given namespaces.
ClassFinderAdapter::add in src/Adapter/ClassFinderAdapter.php
Adds a PSR-0 style prefix. Alias for ->addPsr0().
ClassFinderAdapter::addMultiplePsr0 in src/Adapter/ClassFinderAdapter.php
Add multiple PSR-0 namespaces
ClassFinderAdapter::addMultiplePsr4 in src/Adapter/ClassFinderAdapter.php
Add multiple PSR-4 namespaces
ClassFinderAdapter::addNamespacePsr0 in src/Adapter/ClassFinderAdapter.php
Adds a PSR-0 style namespace.
ClassFinderAdapter::addPsr4 in src/Adapter/ClassFinderAdapter.php
Adds a PSR-4 style namespace.
ComposerJsonTargetDir::addMultipleWithTargetDir in src/Discovery/ComposerJsonTargetDir.php