PhpDeal\Aspect\AbstractContractAspect::__construct PHP Method

__construct() public method

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

Usage Example

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