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
Tue, Jul 29, 13:48 (10 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2761426
Default Alt Text
APIFactory.php (262 B)

Event Timeline