PHP 클래스 Go\Aop\Support\TruePointFilter

상속: implements Go\Aop\PointFilter
파일 보기 프로젝트 열기: goaop/framework 1 사용 예제들

공개 메소드들

메소드 설명
getInstance ( ) : self Singleton pattern
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 ( ) Private class constructor

메소드 상세

getInstance() 공개 정적인 메소드

Singleton pattern
public static getInstance ( ) : self
리턴 self

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