Page MenuHomeDevCentral

APIFactory.php
No OneTemporary

APIFactory.php

<?php
namespace Nasqueron\Notifications\Contracts;
interface APIFactory {
/**
* Gets an instance of the API client class
*
* @param string $endPoint The API end point
* @return APIClient
*/
public function get ($endPoint);
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Nov 16, 13:42 (18 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3141216
Default Alt Text
APIFactory.php (262 B)

Event Timeline