См. определение в файле providerbase.php строка 14
◆ __construct()
__construct |
( |
array | $setting | ) |
|
◆ addContent()
addContent |
( |
string | $code, |
|
|
| $content, |
|
|
| $type = false ) |
|
abstract |
Adds content as file to configuration folder.
- Аргументы
-
$code | string name of file |
$content | string|array saving configuration data |
$type | mixed type of configuration data |
- Возвращает
- bool
Переопределяется в Base и Base.
◆ addError()
addError |
( |
| $code, |
|
|
| $message ) |
|
protected |
◆ addFiles()
Adds files to configurations files folder.
- Аргументы
-
- Возвращает
- array
Переопределяется в Base, Base и Base.
◆ get()
get |
( |
string | $path, |
|
|
int | $step ) |
|
abstract |
Returns content from file
- Аргументы
-
- Возвращает
- array|null
Переопределяется в Base и Base.
◆ getContent()
getContent |
( |
string | $path, |
|
|
int | $step ) |
Returns structured content for working
- Аргументы
-
- Возвращает
- array
См. определение в файле providerbase.php строка 95
◆ getContext()
Returns action context
- Возвращает
- mixed|string
См. определение в файле providerbase.php строка 45
◆ getUserContext()
Return users action context
- Возвращает
- mixed|string
См. определение в файле providerbase.php строка 55
◆ listError()
◆ packageContent()
packageContent |
( |
| $content | ) |
|
|
protected |
Makes string from content data.
- Аргументы
-
- Возвращает
- false|string
См. определение в файле providerbase.php строка 153
◆ resetErrors()
◆ ERROR_DATA_NOT_FOUND
const ERROR_DATA_NOT_FOUND = 'ERROR_DATA_NOT_FOUND' |
◆ ERROR_DECODE_DATA
const ERROR_DECODE_DATA = 'ERROR_DECODE_DATA' |