shortArgumentList; } public function getLongArgumentList() { return $this->longArgumentList; } public function constructSubjectCalls() { $this->argInit(); //Initialise the additional argument $this->testCase[] = "\$extra_arg = "; $this->subjectCalls(); } public function addErrorEcho() { $this->testCase[] = "echo \"*** Test by calling method or function with incorrect numbers of arguments ***\\n\";"; $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase ); } } ?>