Neos\Fusion\TypoScriptObjects\Helpers\FusionPathProxy::offsetUnset PHP Method

offsetUnset() public method

Stub to implement the ArrayAccess interface cleanly
public offsetUnset ( string $offset )
$offset string
    public function offsetUnset($offset)
    {
        throw new UnsupportedProxyMethodException('Unsetting a property of a path proxy not supported. (tried to unset: ' . $this->path . ' -- ' . $offset . ')', 1372667331);
    }