help() 공개 메소드

public help ( )
예제 #1
0
파일: runner.php 프로젝트: ronan-gloo/atoum
 public function help()
 {
     $this->runTests = false;
     return parent::help();
 }
예제 #2
0
 public function help()
 {
     $this->generate = false;
     return parent::help();
 }
예제 #3
0
파일: tagger.php 프로젝트: ronan-gloo/atoum
 public function help()
 {
     $this->tagVersion = false;
     return parent::help();
 }