X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FAPI%2FEvent%2FEvent.php;h=2a0e1130114ce3d12bae53e4628d4f88ff013d67;hb=0bf833793b22eb6ab5a6006a3d693c35f31e2431;hp=0fab1eda3a7c2de58d868980bd5fafc337c8793a;hpb=87d422669cee2e65706fe72821613ad846cd0adb;p=civicrm-core.git diff --git a/Civi/API/Event/Event.php b/Civi/API/Event/Event.php index 0fab1eda3a..2a0e113011 100644 --- a/Civi/API/Event/Event.php +++ b/Civi/API/Event/Event.php @@ -1,9 +1,9 @@ apiKernel = $apiKernel; $this->apiProvider = $apiProvider; $this->apiRequest = $apiRequest; } + /** + * @return \Civi\API\Kernel + */ + public function getApiKernel() { + return $this->apiKernel; + } + /** * @return \Civi\API\Provider\ProviderInterface */ @@ -64,4 +84,5 @@ class Event extends \Symfony\Component\EventDispatcher\Event { public function getApiRequest() { return $this->apiRequest; } + }