Parses a string pointcut expression and returns the pointcut
objects accordingly
public parse ( string $pointcutExpression, string $sourceHint ) : |
||
$pointcutExpression | string | The expression defining the pointcut |
$sourceHint | string | A message giving a hint on where the expression was defined. This is used in error messages. |
return | A composite of class-filters, method-filters and pointcuts |