You are here

function xautoload_ClassFinder_Prefix::__construct in X Autoload 7.2

Same name and namespace in other branches
  1. 7.3 lib/ClassFinder/Prefix.php \xautoload_ClassFinder_Prefix::__construct()
1 call to xautoload_ClassFinder_Prefix::__construct()
xautoload_ClassFinder_NamespaceOrPrefix::__construct in lib/ClassFinder/NamespaceOrPrefix.php
1 method overrides xautoload_ClassFinder_Prefix::__construct()
xautoload_ClassFinder_NamespaceOrPrefix::__construct in lib/ClassFinder/NamespaceOrPrefix.php

File

lib/ClassFinder/Prefix.php, line 9

Class

xautoload_ClassFinder_Prefix

Code

function __construct() {
  $this->prefixMap = new xautoload_ClassFinder_Helper_Map();
}