Searched refs:_sequences (Results 1 – 1 of 1) sorted by relevance
34 private $_sequences = []; variable in PhpCss\\Ast\\Selector\\Group56 return isset($this->_sequences[$offset]);67 return $this->_sequences[$offset];89 $this->_sequences[] = $value;91 $this->_sequences[(int)$offset] = $value;92 $this->_sequences = array_values($this->_sequences);103 unset($this->_sequences[$offset]);104 $this->_sequences = array_values($this->_sequences);114 return count($this->_sequences);124 return new ArrayIterator($this->_sequences);