You appear to be a bot. Output may be restricted
Description
Usage
$string[] = ClassLoader::getPrefixes();
Parameters
Returns
string[]
Source
File name: jetpack/vendor/composer/ClassLoader.php
Lines:
1 to 8 of 8
public function getPrefixes() { if (!empty($this->prefixesPsr0)) { return call_user_func_array('array_merge', array_values($this->prefixesPsr0)); } return array(); }