MetaAction::__set PHP Method

__set() final public method

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