Neos\Flow\Tests\Reflection\Fixture\ArrayAccessClass::offsetExists PHP Метод

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

public offsetExists ( $offset )
    public function offsetExists($offset)
    {
        return array_key_exists($offset, $this->array);
    }