[+] 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:
rMalie
2012-05-11 12:41:30 +00:00
parent 7d5c554ab2
commit 81f9cbe324
3 changed files with 157 additions and 8 deletions
+5
View File
@@ -196,5 +196,10 @@ class Autoload
return $classes;
}
public function getClassPath($classname)
{
return isset($this->index[$classname]) ? $this->index[$classname] : null;
}
}