Inpsyde\MultilingualPress\Core\ImmutablePluginProperties::offsetSet PHP 메소드

offsetSet() 공개 메소드

Setting properties is not allowed.
부터: 3.0.0
public offsetSet ( string $name, mixed $value ) : void
$name string The name of a property.
$value mixed The value.
리턴 void
    public function offsetSet($name, $value)
    {
        throw PropertyManipulationNotAllowedException::for_name($name, 'set');
    }