ElggEntity::removePrivateSetting PHP Method

removePrivateSetting() public method

Removes private setting
public removePrivateSetting ( string $name ) : boolean
$name string Name of the private setting
return boolean
    public function removePrivateSetting($name)
    {
        return remove_private_setting($this->getGUID(), $name);
    }