Files
dolibarr/htdocs/includes/restler/framework/Luracast/Restler/ExplorerInfo.php
2016-04-21 08:13:19 +02:00

17 lines
481 B
PHP

<?php namespace Luracast\Restler;
/**
* Class ExplorerInfo
* @package Luracast\Restler
*
* @version 3.0.0rc6
*/
class ExplorerInfo
{
public static $title = 'Restler API Explorer';
public static $description = 'Live API Documentation';
public static $termsOfServiceUrl = null;
public static $contact = 'arul@luracast.com';
public static $license = 'LGPL-2.1';
public static $licenseUrl = 'https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html';
}