You are here

function xautoload_ClassFinder_NamespaceOrPrefix::__construct in X Autoload 7.2

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

Overrides xautoload_ClassFinder_Prefix::__construct

File

lib/ClassFinder/NamespaceOrPrefix.php, line 8

Class

xautoload_ClassFinder_NamespaceOrPrefix

Code

function __construct() {
  parent::__construct();
  $this->namespaceMap = new xautoload_ClassFinder_Helper_Map();
}