ElggEntity::setDisplayName PHP Method

setDisplayName() abstract public method

Sets the title or name of this entity.
abstract public setDisplayName ( string $displayName ) : void
$displayName string The title or name of this entity.
return void
    public abstract function setDisplayName($displayName);