You are here

function xautoload_ClassFinder_Prefix::registerPrefixHandler in X Autoload 7.2

Same name and namespace in other branches
  1. 7.3 lib/ClassFinder/Prefix.php \xautoload_ClassFinder_Prefix::registerPrefixHandler()

Legacy: Plugins were called Handlers before.

File

lib/ClassFinder/Prefix.php, line 94

Class

xautoload_ClassFinder_Prefix

Code

function registerPrefixHandler($prefix, $plugin) {
  return $this
    ->registerPrefixPlugin($prefix, $plugin);
}