Свойство | Type | Description | |
---|---|---|---|
$adviceMethod | Closure | Advice to call | |
$pointcutExpression | string | Pointcut expression |
Méthode | Description | |
---|---|---|
__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 | ||
Résultat | callable | null |
public unserialize ( string $serialized ) : void | ||
$serialized | string | The string representation of the object. |
Résultat | void |
protected string $pointcutExpression | ||
Résultat | string |