X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FAPI%2FEvents.php;h=cc51ff6258d62603be2dc61baefe64311f3f8e07;hb=c639adaa84c101ed1952c4b52284e80561c82c8c;hp=6bbc41cc767a7975f9973b1bee9c501d05264f86;hpb=58a50b22e20f112fdbfc7e50f18353c311ceb1ae;p=civicrm-core.git diff --git a/Civi/API/Events.php b/Civi/API/Events.php index 6bbc41cc76..cc51ff6258 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 */ @@ -101,4 +104,5 @@ class Events { self::RESPOND, ); } + }