help() public method

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