Метод |
Описание |
|
__construct ( string $className, string $type, array $advices ) |
Constructor for static initialization joinpoint |
|
__invoke ( ) : mixed |
Invokes current joinpoint with all interceptors |
|
__toString ( ) : string |
Returns a friendly description of current joinpoint |
|
getStaticPart ( ) : ReflectionClass |
Returns the static part of this joinpoint. |
|
getThis ( ) : object | null |
Returns the object that holds the current joinpoint's static
part. |
|
proceed ( ) : mixed |
Proceeds to the next interceptor in the chain. |
|