프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$adviceMethod | Closure | Advice to call | |
$pointcutExpression | string | Pointcut expression |
메소드 | 설명 | |
---|---|---|
__construct ( Closure $adviceMethod, integer $order, string $pointcutExpression = '' ) | Default constructor for interceptor | |
getRawAdvice ( ) : callable | null | Getter for extracting the advice closure from Interceptor | |
serialize ( ) : string | Serializes an interceptor into string representation | |
unserialize ( string $serialized ) : void | Unserialize an interceptor from the string |
public getRawAdvice ( ) : callable | null | ||
리턴 | callable | null |
public unserialize ( string $serialized ) : void | ||
$serialized | string | The string representation of the object. |
리턴 | void |