PHP Classes

File: vendor/classmaps.php

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP OAuth2 Server Library   vendor/classmaps.php   Download  
File: vendor/classmaps.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP OAuth2 Server Library
Implements an API provider using OAuth 2 protocol
Author: By
Last change: Update of vendor/classmaps.php
Date: 11 months ago
Size: 256 bytes
 

Contents

Class file image Download
<?php
/*
 * classmaps.php
 *
 * @(#) $Id: $
 */

require(__DIR__.DIRECTORY_SEPARATOR.'../configuration/classmaps.php');
require(
__DIR__.DIRECTORY_SEPARATOR.'../templates/classmaps.php');
require(
__DIR__.DIRECTORY_SEPARATOR.'../usecases/classmaps.php');

?>