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

offsetExists() public method

TRUE if a given subpath exists, FALSE otherwise.
public offsetExists ( string $offset ) : boolean
$offset string
return boolean
    public function offsetExists($offset)
    {
        return isset($this->partialTypoScriptTree[$offset]);
    }