[+] MO: modules can now have override classes installed automatically #PSCFV-2036 (thank to phrasespot)
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15220 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -196,5 +196,10 @@ class Autoload
|
||||
|
||||
return $classes;
|
||||
}
|
||||
|
||||
public function getClassPath($classname)
|
||||
{
|
||||
return isset($this->index[$classname]) ? $this->index[$classname] : null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user