Searched refs:_liststack (Results 1 – 1 of 1) sorted by relevance
26 private $_liststack = array(); variable in renderer_plugin_edittable_inverse204 if(!isset($this->_liststack)) {205 $this->_liststack = array();207 if(count($this->_liststack) === 0) {210 $this->_liststack[] = '*';215 array_pop($this->_liststack);216 if(count($this->_liststack) === 0) {223 if(!isset($this->_liststack)) {224 $this->_liststack = array();229 $this->_liststack[] = '-';[all …]