Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Go
Aop
Pointcut
TruePointcut
__construct
Go\Aop\Pointcut\TruePointcut::__construct PHP Method
TruePointcut Class Documentation
Mostra file
Open project: goaop/framework
__construct()
public
method
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; }
TruePointcut
__construct
getKind
matches