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
Thu, Apr 9, 02:06 (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3580524
Default Alt Text
APIFactory.php (262 B)

Event Timeline