X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FAPI%2FEvents.php;h=3cd4626c7428f7f7bdf68142f44b3eac384eff4c;hb=f38178e6aa43297ef8b9e08ca1bcb6bd49c81473;hp=6bbc41cc767a7975f9973b1bee9c501d05264f86;hpb=f2a84e5c7c916f6c0d4c7fce69b844b019c17dd1;p=civicrm-core.git diff --git a/Civi/API/Events.php b/Civi/API/Events.php index 6bbc41cc76..3cd4626c74 100644 --- a/Civi/API/Events.php +++ b/Civi/API/Events.php @@ -1,9 +1,9 @@ authorize(). + * For successful execution, at least one listener must invoke + * $event->authorize(). * * @see AuthorizeEvent */ @@ -47,7 +49,8 @@ class Events { /** * Determine which API provider executes the given request. For successful - * execution, at least one listener must invoke $event->setProvider($provider). + * execution, at least one listener must invoke + * $event->setProvider($provider). * * @see ResolveEvent */ @@ -68,7 +71,7 @@ class Events { const RESPOND = 'api.respond'; /** - * Handle any exceptions + * Handle any exceptions. * * @see ExceptionEvent */ @@ -101,4 +104,5 @@ class Events { self::RESPOND, ); } + }