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

offsetGet() public method

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