Neos\Fusion\TypoScriptObjects\Helpers\FusionPathProxy::offsetExists PHP Метод

offsetExists() публичный Метод

TRUE if a given subpath exists, FALSE otherwise.
public offsetExists ( string $offset ) : boolean
$offset string
Результат boolean
    public function offsetExists($offset)
    {
        return isset($this->partialTypoScriptTree[$offset]);
    }