Searched refs:constructorArgumentList (Results 1 – 2 of 2) sorted by relevance
11 private $constructorArgumentList = ''; variable in gtMethod99 $this->constructorArgumentList .= "\$".$this->constructorArgumentNames[$i].", ";101 $this->constructorArgumentList = substr($this->constructorArgumentList, 0, -2);112 return $this->constructorArgumentList;
838 private $constructorArgumentList = '';926 $this->constructorArgumentList .= "\$".$this->constructorArgumentNames[$i].", ";928 $this->constructorArgumentList = substr($this->constructorArgumentList, 0, -2);939 return $this->constructorArgumentList;
Completed in 6 milliseconds