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

offsetExists() public méthode

Dummy implementation of ArrayAccess to allow this.XXX access in processors.
public offsetExists ( mixed $offset ) : boolean
$offset mixed
Résultat boolean
    public function offsetExists($offset)
    {
        return $this->tsValue($offset) !== null;
    }