Elgg\DeprecationWrapperTestObj2::offsetExists PHP 메소드

offsetExists() 공개 메소드

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