Searched refs:newStack (Results 1 – 1 of 1) sorted by relevance
1661 … * @param array $newStack Optional. Will replace old stack with new and move old one to history.c1663 public function newInstance($newStack = null) { argument1670 if (is_null($newStack)) {1674 } else if (is_string($newStack)) {1675 $new->elements = phpQuery::pq($newStack, $this->getDocumentID())->stack();1677 $new->elements = $newStack;2275 $newStack = array();2279 $newStack[] = $node;2281 $this->elements = $newStack;2812 $newStack = array();[all …]