Neos\Fusion\TypoScriptObjects\AbstractTypoScriptObject::offsetUnset PHP Method

offsetUnset() public method

Dummy implementation of ArrayAccess to allow this.XXX access in processors.
public offsetUnset ( mixed $offset ) : void
$offset mixed
return void
    public function offsetUnset($offset)
    {
        // no op
    }