Home
last modified time | relevance | path

Searched refs:constructorArgumentNames (Results 1 – 2 of 2) sorted by relevance

/PHP-5.4/scripts/dev/generate-phpt/src/
H A DgtMethod.php10 private $constructorArgumentNames; variable in gtMethod
37 $this->constructorArgumentNames[] = $param->getName();
69 return $this->constructorArgumentNames;
96 if(count ($this->constructorArgumentNames) > 0) {
98 for( $i = 0; $i < count( $this->constructorArgumentNames ); $i++) {
99 $this->constructorArgumentList .= "\$".$this->constructorArgumentNames[$i].", ";
121 if(count ($this->constructorArgumentNames) > 0) {
122 foreach( $this->constructorArgumentNames as $name) {
/PHP-5.4/scripts/dev/
H A Dgenerate-phpt.phar837 private $constructorArgumentNames;
864 $this->constructorArgumentNames[] = $param->getName();
896 return $this->constructorArgumentNames;
923 if(count ($this->constructorArgumentNames) > 0) {
925 for( $i = 0; $i < count( $this->constructorArgumentNames ); $i++) {
926 $this->constructorArgumentList .= "\$".$this->constructorArgumentNames[$i].", ";
948 if(count ($this->constructorArgumentNames) > 0) {
949 foreach( $this->constructorArgumentNames as $name) {

Completed in 9 milliseconds