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

Наследование: implements Go\Aop\Pointcut
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$pointcut Go\Aop\Pointcut

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

Метод Описание
__construct ( Go\Core\AspectContainer $container, string $pointcutName ) Pointcut reference constructor
__sleep ( )
__wakeup ( )
getClassFilter ( ) : Go\Aop\PointFilter Return the class filter for this pointcut.
getKind ( ) : integer Returns the kind of point filter
getPointcut ( ) : Go\Aop\Pointcut Returns a real pointcut from the container
matches ( mixed $point, null | mixed $context = null, null | string | object $instance = null, array $arguments = null ) : boolean Performs matching of point of code

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

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

Pointcut reference constructor
public __construct ( Go\Core\AspectContainer $container, string $pointcutName )
$container Go\Core\AspectContainer Instance of container
$pointcutName string Referenced pointcut

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

public __sleep ( )

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

public __wakeup ( )

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

Return the class filter for this pointcut.
public getClassFilter ( ) : Go\Aop\PointFilter
Результат Go\Aop\PointFilter

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

Returns the kind of point filter
public getKind ( ) : integer
Результат integer

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

Returns a real pointcut from the container
public getPointcut ( ) : Go\Aop\Pointcut
Результат Go\Aop\Pointcut

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

Описание свойств

$pointcut защищенное свойство

protected Pointcut,Go\Aop $pointcut
Результат Go\Aop\Pointcut