All children are required to define a README method which can be used to see how each class expects its conf files to look.
예제 #1
0
 /**
  * @param Commit $commit The commit from which to load the configurations file.
  */
 public function __construct(Commit $commit)
 {
     $this->commit = $commit;
     parent::__construct();
 }
예제 #2
0
 public function __construct($skipLoad = true)
 {
     if ($skipLoad) {
         return;
     }
     parent::__construct();
 }