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 (string $url) : void;
/**
* 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 (string $method, array $arguments = []) : mixed;
}

File Metadata

Mime Type
text/x-php
Expires
Sat, Aug 8, 08:54 (12 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3975871
Default Alt Text
APIClient.php (511 B)

Event Timeline