You are here

function xautoload_ClassFinder_NamespaceOrPrefix::registerNamespaceHandler in X Autoload 7.3

Same name and namespace in other branches
  1. 7.2 lib/ClassFinder/NamespaceOrPrefix.php \xautoload_ClassFinder_NamespaceOrPrefix::registerNamespaceHandler()

Legacy: Plugins were called Handlers before.

File

lib/ClassFinder/NamespaceOrPrefix.php, line 113

Class

xautoload_ClassFinder_NamespaceOrPrefix

Code

function registerNamespaceHandler($prefix, $plugin) {
  $this
    ->registerNamespacePlugin($prefix, $plugin);
}