PHP Класс Redaxscript\Config

С версии: 2.4.0
Автор: Henry Ruhs
Наследование: extends Singleton
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_configArray array array of the config
$_configFile string path to config file

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

Метод Описание
clear ( ) clear the config
get ( string $key = null ) : mixed get item from config
init ( string $configFile = null ) init the class
parse ( string $dbUrl = null ) parse from database url
set ( string $key = null, string $value = null ) set item to config
write ( ) : boolean write config to file

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

clear() публичный Метод

clear the config
С версии: 3.0.0
public clear ( )

get() публичный Метод

get item from config
С версии: 2.2.0
public get ( string $key = null ) : mixed
$key string key of the item
Результат mixed

init() публичный Метод

init the class
С версии: 2.4.0
public init ( string $configFile = null )
$configFile string file with config

parse() публичный Метод

parse from database url
С версии: 3.0.0
public parse ( string $dbUrl = null )
$dbUrl string database url to be parsed

set() публичный Метод

set item to config
С версии: 2.2.0
public set ( string $key = null, string $value = null )
$key string key of the item
$value string value of the item

write() публичный Метод

write config to file
С версии: 2.4.0
public write ( ) : boolean
Результат boolean

Описание свойств

$_configArray защищенное статическое свойство

array of the config
protected static array $_configArray
Результат array

$_configFile защищенное статическое свойство

path to config file
protected static string $_configFile
Результат string