PHP Classes

File: classmaps.php

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP OAuth Library   classmaps.php   Download  
File: classmaps.php
Role: Auxiliary script
Content type: text/plain
Description: Class maps definition
Class: PHP OAuth Library
Authorize and access APIs using OAuth
Author: By
Last change:
Date: 7 months ago
Size: 627 bytes
 

Contents

Class file image Download
<?php
/*
 * classmaps.php
 *
 * @(#) $Id: classmaps.php,v 1.1 2023/06/01 23:05:29 mlemos Exp $
 *
 */

 
$__classmap += array(
    
'cookie_oauth_client_class'=>__DIR__.DIRECTORY_SEPARATOR.'cookie_oauth_client.php',
    
'database_oauth_client_class'=>__DIR__.DIRECTORY_SEPARATOR.'database_oauth_client.php',
    
'file_oauth_client_class'=>__DIR__.DIRECTORY_SEPARATOR.'file_oauth_client.php',
    
'mysqli_oauth_client_class'=>__DIR__.DIRECTORY_SEPARATOR.'mysqli_oauth_client.php',
    
'oauth_session_value_class'=>__DIR__.DIRECTORY_SEPARATOR.'oauth_client.php',
    
'oauth_client_class'=>__DIR__.DIRECTORY_SEPARATOR.'oauth_client.php'
 
);

?>