PHP Class Aerospike\LDT\Autoloader

In the event the LDT library is not being loaded by Composer Autoloader::register() it with spl.
Show file Open project: aerospike/aerospike-client-php Class Usage Examples

Public Methods

Method Description
load ( string $class_name ) The loading function for a $class_name in the \Aerospike\LDT namespace
register ( ) Call to register the Aerospike\LDT\Autoloader::load() method

Method Details

load() public static method

The loading function for a $class_name in the \Aerospike\LDT namespace
public static load ( string $class_name )
$class_name string

register() public static method

Call to register the Aerospike\LDT\Autoloader::load() method
public static register ( )