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 Nasqueron\Notifications\Contracts\APIClient
*/
public function get ($endPoint);
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Jul 29, 13:48 (4 m, 50 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2790157
Default Alt Text
APIFactory.php (296 B)

Event Timeline