Elgg\DeprecationWrapperTestObj2::offsetExists PHP Метод

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

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