-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
I'd like to design classes with advice in the docblocks something like:
/**
* @@around \TestLib\debug
*/
class Foo
{
/**
* @@before \AuthorizationLib\authorize
*/
public function bar()
{
// ...
}
/**
* @@after \LogLib\log
*/
public function baz()
{
// ...
}
}Maybe @@ will help to distinguish between advice and documentation. Thanks!
Metadata
Metadata
Assignees
Labels
No labels