PhpDeal\Aspect\AbstractContractAspect::__construct PHP Метод

__construct() публичный Метод

public __construct ( Doctrine\Common\Annotations\Reader $reader )
$reader Doctrine\Common\Annotations\Reader Annotation reader
    public function __construct(Reader $reader)
    {
        $this->reader = $reader;
    }

Usage Example

 public function __construct(Reader $reader)
 {
     parent::__construct($reader);
     $this->invariantFetcher = new InvariantFetcher(Invariant::class, $reader);
 }
All Usage Examples Of PhpDeal\Aspect\AbstractContractAspect::__construct