help() public method

public help ( )
Esempio n. 1
0
 public function help()
 {
     $this->runTests = false;
     return parent::help();
 }
Esempio n. 2
0
 public function help()
 {
     $this->generate = false;
     return parent::help();
 }
Esempio n. 3
0
 public function help()
 {
     $this->tagVersion = false;
     return parent::help();
 }