PHP 클래스 Aerospike\LDT\Autoloader

In the event the LDT library is not being loaded by Composer Autoloader::register() it with spl.
파일 보기 프로젝트 열기: aerospike/aerospike-client-php 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

load() 공개 정적인 메소드

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

register() 공개 정적인 메소드

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