PHP Класс Aerospike\GeoJSON\Autoloader

In the event the GeoJSON library is not being loaded by Composer Autoloader::register() it with spl.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
load ( string $class_name ) The loading function for a $class_name in the \Aerospike\GeoJSON namespace
register ( ) Call to register the Aerospike\GeoJSON\Autoloader::load() method

Описание методов

load() публичный статический метод

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

register() публичный статический метод

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