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

offsetUnset() public method

See also: ArrayAccess::offsetUnset()
public offsetUnset ( $offset )
    public function offsetUnset($offset)
    {
        unset($this->filters[$offset]);
    }