final class Pointcut (View source)

Declares a named pointcut. The annotated method does not become an advice but can be used as a named pointcut instead of the given expression.

Properties

string $expression

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

Methods

__construct(string $expression)

No description

Details

__construct(string $expression)

No description

Parameters

string $expression