PHP Класс Go\Aop\Pointcut\OrPointcut

Наследование: extends AndPointcut
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Go\Aop\Pointcut $first, Go\Aop\Pointcut $second ) Signature method matcher constructor
matches ( mixed $point, null | mixed $context = null, null | string | object $instance = null, array $arguments = null ) : boolean Performs matching of point of code

Защищенные методы

Метод Описание
matchPart ( Go\Aop\Pointcut $pointcut, $point, $context = null, $instance = null, array $arguments = null )

Описание методов

__construct() публичный Метод

Signature method matcher constructor
public __construct ( Go\Aop\Pointcut $first, Go\Aop\Pointcut $second )
$first Go\Aop\Pointcut First filter
$second Go\Aop\Pointcut Second filter

matchPart() защищенный Метод

protected matchPart ( Go\Aop\Pointcut $pointcut, $point, $context = null, $instance = null, array $arguments = null )
$pointcut Go\Aop\Pointcut
$arguments array

matches() публичный Метод

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
Результат boolean