PHP 클래스 Go\Aop\Pointcut\PointcutReference

상속: implements Go\Aop\Pointcut
파일 보기 프로젝트 열기: goaop/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$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