You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case is to provide completion for an API similar to the EventSubscriberInterface of Symfony, but simpler (no priority, and no support for multiple callbacks):
class Foo implements MyCustomSubscriberInterface
{
publicstaticfunctiongetSubscribedProcessors()
{
// Array values are named of public methods of the classreturn [
'test' => 'processTest',
// ...
];
}
}
It would be great if we could have a provider to register such completion (and the corresponding GoTo btw).
The text was updated successfully, but these errors were encountered:
cedricziel
pushed a commit
to cedricziel/idea-php-toolbox
that referenced
this issue
Jun 14, 2018
My use case is to provide completion for an API similar to the EventSubscriberInterface of Symfony, but simpler (no priority, and no support for multiple callbacks):
It would be great if we could have a provider to register such completion (and the corresponding GoTo btw).
The text was updated successfully, but these errors were encountered: