Go\Aop\Pointcut\NotPointcut::__construct PHP Method

__construct() public method

Inverse pointcut matcher
public __construct ( Go\Aop\Pointcut $pointcut )
$pointcut Go\Aop\Pointcut Pointcut expression
    public function __construct(Pointcut $pointcut)
    {
        $this->pointcut = $pointcut;
        $this->kind = $pointcut->getKind();
    }