Elgg\ClassMap::setAltered PHP Méthode

setAltered() public méthode

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