final class AfterReturning (View source)

Declares a method as an after returning advice to be triggered after any pointcut matching the given expression returns.

Properties

string $pointcutExpression

The pointcut expression. (Can be given as anonymous argument.)

Methods

__construct(string $pointcutExpression)

No description

Details

__construct(string $pointcutExpression)

No description

Parameters

string $pointcutExpression