Path : /var/www/html/solarwindia/vendor/nexmo/client-core/src/Application/ |
Current File : /var/www/html/solarwindia/vendor/nexmo/client-core/src/Application/ApplicationInterface.php |
<?php /** * Nexmo Client Library for PHP * * @copyright Copyright (c) 2016 Nexmo, Inc. (http://nexmo.com) * @license https://github.com/Nexmo/nexmo-php/blob/master/LICENSE.txt MIT License */ namespace Nexmo\Application; use Nexmo\Entity\EntityInterface; interface ApplicationInterface extends EntityInterface { public function getId(); }