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
*/
public function get (string $endPoint) : APIClient;
}

File Metadata

Mime Type
text/x-php
Expires
Sat, Oct 11, 21:23 (1 d, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3064075
Default Alt Text
APIFactory.php (256 B)

Event Timeline