public function ClassLoader::getPrefixes in Mobile Number 7
GetPrefixes.
File
- include/
ClassLoader.php, line 62
Class
- ClassLoader
- ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
Namespace
mobile_numberCode
public function getPrefixes() {
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
}
return array();
}