Elgg\ClassMap::setAltered PHP Method

setAltered() public method

Set the altered flag
public setAltered ( boolean $altered ) : ClassMap
$altered boolean Whether the class map has been altered
return ClassMap
    public function setAltered($altered)
    {
        $this->altered = (bool) $altered;
        return $this;
    }