File "endpointManagerInterface.php"

Full path: /home/kosmetik/public_html/api/fan_courier/sursa/endpointManagerInterface.php
File size: 291 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

/**
 * @file
 * Contains \FanCourier\Endpoint\endpointManagerInterface.
 */

namespace FanCourier\Endpoint;

/**
 * Interface for endpointManager abstract class.
 *
 * @author [email protected]
 */
interface endpointManagerInterface {

  public function getEndpoint($endpoint);
}