MetaAction::__unset PHP Method

__unset() final public method

Throws InvalidFunctionException; action properties can not be modified.
final public __unset ( string $p_property )
$p_property string
    public final function __unset($p_property)
    {
        throw new InvalidFunctionException(get_class($this), '__unset');
    }