PHP Интерфейс Go\Aop\Pointcut

Pointcuts are defined as a predicate over the syntax-tree of the program, and define an interface that constrains which elements of the base program are exposed by the pointcut. A pointcut picks out certain join points and values at those points
Наследование: extends Go\Aop\PointFilter
Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
getClassFilter ( ) : Go\Aop\PointFilter Return the class filter for this pointcut.

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

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

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