PHP 클래스 Go\Aop\Pointcut\PointcutGrammar

상속: extends Dissect\Parser\Grammar
파일 보기 프로젝트 열기: goaop/framework

공개 메소드들

메소드 설명
__construct ( Go\Core\AspectContainer $container, Doctrine\Common\Annotations\Reader $annotationReader ) Constructs a pointcut grammar with AST

비공개 메소드들

메소드 설명
getModifierConverter ( ) : Closure Returns callable for converting node value for modifiers to the constant value
getNodeToStringConverter ( ) : Closure Returns callable for converting node(s) to the string

메소드 상세

__construct() 공개 메소드

Constructs a pointcut grammar with AST
public __construct ( Go\Core\AspectContainer $container, Doctrine\Common\Annotations\Reader $annotationReader )
$container Go\Core\AspectContainer Instance of the container
$annotationReader Doctrine\Common\Annotations\Reader