X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FAPI%2FProvider%2FProviderInterface.php;h=31d17d521415143b333d5a2c96b181cb40fa6905;hb=3d16e5e83065629c1811d4a6a92c3cda88cdccd4;hp=e17ca8c269ffe5b52976cd64d12ada2e35048334;hpb=a6c01b45f0cdaee8677de72b8bf3e784d8b6b62a;p=civicrm-core.git diff --git a/Civi/API/Provider/ProviderInterface.php b/Civi/API/Provider/ProviderInterface.php index e17ca8c269..31d17d5214 100644 --- a/Civi/API/Provider/ProviderInterface.php +++ b/Civi/API/Provider/ProviderInterface.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2014 | + | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -23,9 +23,10 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ namespace Civi\API\Provider; + use Civi\API\Events; use Symfony\Component\EventDispatcher\EventSubscriberInterface; @@ -58,4 +59,5 @@ interface ProviderInterface { * @return array */ public function getActionNames($version, $entity); + }