PHP Класс LanguageDetector\AbstractFormat

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
dump ( array $data ) : boolean Dumps data to output using implementation-specific serialization
initFormatByPath ( $path )
load ( ) : array Loads data from source and returns the result

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

dump() абстрактный публичный Метод

Dumps data to output using implementation-specific serialization
abstract public dump ( array $data ) : boolean
$data array
Результат boolean

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

public static initFormatByPath ( $path )

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

Loads data from source and returns the result
abstract public load ( ) : array
Результат array