File "scanAwb.php"
Full path: /home/kosmetik/public_html/api/fan_courier/sursa/scanAwb.php
File
size: 495 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
/**
* @file
* Contains \FanCourier\Endpoint\scanAwb.
*/
namespace FanCourier\Endpoint;
use FanCourier\Endpoint\Endpoint;
/**
* Controller for FanCourier scan AWB.
*
* @author [email protected]
*/
class scanAwb extends Endpoint {
/**
* Endpoint url.
*
* @var string
*/
protected $url = 'https://www.selfawb.ro/download_awb_scan_integrat.php';
/**
* Construct setups.
*/
public function __construct() {
$this->setRequirements(['AWB']);
}
}