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
Tue, Jul 29, 13:48 (2 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2755258
Default Alt Text
APIClient.php (476 B)

Event Timeline