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

offsetSet() public method

See also: ArrayAccess::offsetSet()
public offsetSet ( $offset, $value )
    public function offsetSet($offset, $value)
    {
        $this->filters[$offset === null ? count($this->filters) : $offset] = $value;
    }