PHP Class Go\Aop\Pointcut\NotPointcut

Inheritance: implements Go\Aop\Pointcut, use trait PointcutClassFilterTrait
Afficher le fichier Open project: goaop/framework

Protected Properties

Свойство Type Description
$kind integer Kind of pointcut
$pointcut Go\Aop\Pointcut

Méthodes publiques

Méthode Description
__construct ( Go\Aop\Pointcut $pointcut ) Inverse pointcut matcher
getKind ( ) : integer Returns the kind of point filter
matches ( mixed $point, null | mixed $context = null, null | string | object $instance = null, array $arguments = null ) : boolean Performs matching of point of code

Method Details

__construct() public méthode

Inverse pointcut matcher
public __construct ( Go\Aop\Pointcut $pointcut )
$pointcut Go\Aop\Pointcut Pointcut expression

getKind() public méthode

Returns the kind of point filter
public getKind ( ) : integer
Résultat integer

matches() public méthode

Performs matching of point of code
public matches ( mixed $point, null | mixed $context = null, null | string | object $instance = null, array $arguments = null ) : boolean
$point mixed Specific part of code, can be any Reflection class
$context null | mixed Related context, can be class or namespace
$instance null | string | object Invocation instance or string for static calls
$arguments array Dynamic arguments for method
Résultat boolean

Property Details

$kind protected_oe property

Kind of pointcut
protected int $kind
Résultat integer

$pointcut protected_oe property

protected Pointcut,Go\Aop $pointcut
Résultat Go\Aop\Pointcut