Neos\Fusion\TypoScriptObjects\AbstractArrayTypoScriptObject::offsetExists PHP Method

offsetExists() public method

public offsetExists ( mixed $offset ) : boolean
$offset mixed
return boolean
    public function offsetExists($offset)
    {
        return isset($this->properties[$offset]);
    }