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;
    }