Go\Aop\Pointcut\TruePointcut::__construct PHP 메소드

__construct() 공개 메소드

Default constructor can be used to specify concrete filter kind
public __construct ( integer $filterKind = self::KIND_ALL )
$filterKind integer Kind of filter, e.g. KIND_METHOD
    public function __construct($filterKind = self::KIND_ALL)
    {
        $this->filterKind = $filterKind;
    }