Elgg\ClassMap::setMap PHP Метод

setMap() публичный Метод

Set the full map
public setMap ( array $map ) : ClassMap
$map array array with keys being class/interface/trait names and values the absolute file paths that define them
Результат ClassMap
    public function setMap(array $map)
    {
        $this->map = $map;
        return $this;
    }