PHP Classes

File: configuration/classmaps.php

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP OAuth2 Server Library   configuration/classmaps.php   Download  
File: configuration/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 configuration/classmaps.php
Date: 11 months ago
Size: 156 bytes
 

Contents

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

 
$__classmap += array('oauth2_server_configuration_options_class'=>__DIR__.DIRECTORY_SEPARATOR.'configuration.php');
 
?>