PhpCss\Ast\Selector\Group::offsetGet PHP Method

offsetGet() public method

Return the sequence at the given position.
See also: ArrayAccess::offsetGet()
public offsetGet ( integer $offset ) : Sequence
$offset integer
return Sequence
    public function offsetGet($offset)
    {
        return $this->_sequences[$offset];
    }