Neos\Fusion\TypoScriptObjects\AbstractArrayTypoScriptObject::offsetExists PHP Méthode

offsetExists() public méthode

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