File "fanCourier.php"

Full path: /home/kosmetik/public_html/api/fan_courier/src/fanCourier.php
File size: 329 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

/**
 * @file
 * Contains \FanCourier\fanCourier.
 */

namespace FanCourier;
define('DIR_FAN', __DIR__);
require_once DIR_FAN.'/Endpoint/endpointManager.php';
use FanCourier\Endpoint\endpointManager;

/**
 * The main fanCourier class.
 *
 * @author [email protected]
 */
class fanCourier extends endpointManager {
  
}