Elgg\ClassMap::getAltered PHP 메소드

getAltered() 공개 메소드

Was this map altered by the class loader?
public getAltered ( ) : boolean
리턴 boolean
    public function getAltered()
    {
        return $this->altered;
    }