Searched refs:mandatoryArgumentNames (Results 1 – 4 of 4) sorted by relevance
5 protected $mandatoryArgumentNames; variable in gtTestSubject22 return $this->mandatoryArgumentNames;46 if(count ($this->mandatoryArgumentNames) > 0) {47 for( $i = 0; $i < count( $this->mandatoryArgumentNames ); $i++) {48 $this->extraArgumentList .= "\$".$this->mandatoryArgumentNames[$i].", ";78 if(count ($this->mandatoryArgumentNames) > 0) {79 for( $i = 0; $i < count( $this->mandatoryArgumentNames ) - 1; $i++) {103 if(count ($this->mandatoryArgumentNames) > 0) {104 for( $i = 0; $i < count( $this->mandatoryArgumentNames ); $i++) {145 if(count ($this->mandatoryArgumentNames) > 0) {[all …]
32 $this->mandatoryArgumentNames[] = $param->getName();
56 $this->mandatoryArgumentNames[] = $param->getName();
156 $this->mandatoryArgumentNames[] = $param->getName();883 $this->mandatoryArgumentNames[] = $param->getName();1043 protected $mandatoryArgumentNames;1060 return $this->mandatoryArgumentNames;1084 if(count ($this->mandatoryArgumentNames) > 0) {1085 for( $i = 0; $i < count( $this->mandatoryArgumentNames ); $i++) {1116 if(count ($this->mandatoryArgumentNames) > 0) {1141 if(count ($this->mandatoryArgumentNames) > 0) {1142 for( $i = 0; $i < count( $this->mandatoryArgumentNames ); $i++) {1183 if(count ($this->mandatoryArgumentNames) > 0) {[all …]
Completed in 7 milliseconds