Scalr\Tests\Functional\Api\V2\Iterator\FilterRule::offsetExists PHP Method

offsetExists() public method

See also: ArrayAccess::offsetExists()
public offsetExists ( $offset )
    public function offsetExists($offset)
    {
        return isset($this->filters[$offset]);
    }