Page MenuHomeDevCentral

APIClient.php
No OneTemporary

APIClient.php

<?php
namespace Nasqueron\Notifications\Contracts;
interface APIClient {
/**
* Sets API end point
*
* @param string $url The API end point URL
* @return void
*/
public function setEndPoint ($url);
/**
* Calls an API method
*
* @param string $method The method to call
* @param array $arguments The arguments to use
* @return mixed The API result
*/
public function call ($method, $arguments = []);
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Feb 28, 21:45 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2435878
Default Alt Text
APIClient.php (476 B)

Event Timeline