コード例 #1
0
 public function __construct(Reader $reader)
 {
     parent::__construct($reader);
     $this->invariantFetcher = new InvariantFetcher(Invariant::class, $reader);
 }
コード例 #2
0
 public function __construct(Reader $reader)
 {
     parent::__construct($reader);
     $this->methodConditionFetcher = new MethodConditionFetcher(Ensure::class, $reader);
 }
コード例 #3
0
 public function __construct(Reader $reader)
 {
     parent::__construct($reader);
     $this->methodConditionFetcher = new MethodConditionWithInheritDocFetcher(Verify::class, $reader);
 }