PHP Класс TinyAuth\Utility\Utility

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

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

Метод Описание
deconstructIniKey ( string $key ) : array Deconstructs an authentication ini section key into a named array with authentication parts.
parseFile ( string $ini ) : array Returns the ini file as an array.

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

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

Deconstructs an authentication ini section key into a named array with authentication parts.
public static deconstructIniKey ( string $key ) : array
$key string INI section key as found in authentication.ini
Результат array Array with named keys for controller, plugin and prefix

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

Returns the ini file as an array.
public static parseFile ( string $ini ) : array
$ini string Full path to the ini file
Результат array List