PhpDeal\Aspect\InvariantCheckerAspect::__construct PHP Method

__construct() public method

public __construct ( Doctrine\Common\Annotations\Reader $reader )
$reader Doctrine\Common\Annotations\Reader
    public function __construct(Reader $reader)
    {
        parent::__construct($reader);
        $this->invariantFetcher = new InvariantFetcher(Invariant::class, $reader);
    }