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

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

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

Свойство Тип Описание
$internalClassFilter null | Go\Aop\PointFilter Filter for the class
$internalPointFilter null | Go\Aop\PointFilter Filter for the points

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

Метод Описание
__construct ( Go\Aop\Pointcut $pointcut ) Control flow below constructor
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

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

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

Control flow below constructor
public __construct ( Go\Aop\Pointcut $pointcut )
$pointcut Go\Aop\Pointcut Instance of pointcut, that will be used for matching

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

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

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

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

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

Filter for the class
protected null|PointFilter,Go\Aop $internalClassFilter
Результат null | Go\Aop\PointFilter

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

Filter for the points
protected null|PointFilter,Go\Aop $internalPointFilter
Результат null | Go\Aop\PointFilter