Открытые члены | |
enabled () | |
exec () | |
Открытые члены унаследованные от Page | |
__construct ($editMode=false, $isPage=true) | |
isPage () | |
getTitle () | |
getDescription () | |
getSort () | |
isFree () | |
isLocked () | |
getLockedMessage () | |
isNeedPublication () | |
getCode () | |
setData (array $data) | |
getPageFields () | |
getFields () | |
enabledInEditMode () | |
enabledInIntranetMode () | |
fieldsHash () | |
dataExist () | |
setCustomExec (callable $callback) | |
issetCustomExec () | |
Открытые статические члены | |
static | getCodes ($linear=false) |
static | getDataForSite ($id=null) |
Открытые атрибуты | |
const | SOURCE_BLOCK = 'store.catalog.list' |
const | SOURCE_COMPONENT = 'bitrix:catalog.section' |
Защищенные члены | |
getMap () | |
Защищенные члены унаследованные от Page | |
isEditMode () | |
execCustom () | |
Защищенные статические члены | |
static | getDefaultValues () |
static | getCodesValues () |
static | getFieldByType ($type, $code, $params=array()) |
static | getComponentsParams () |
Статические защищенные данные | |
static | $defValues |
Дополнительные унаследованные члены | |
Защищенные данные унаследованные от Page | |
$editMode = false | |
$fields = array() | |
$fieldsPage = array() | |
$isPage = true | |
$customExec = null | |
$isNeedPublication = false | |
См. определение в файле settings.php строка 14
enabled | ( | ) |
Enable or not the hook - this is only for system settings.
Переопределяет метод предка Page.
См. определение в файле settings.php строка 352
exec | ( | ) |
Exec hook.
Переопределяет метод предка Page.
См. определение в файле settings.php строка 361
|
static |
Get allowed param's code.
bool | $linear | Linear |
См. определение в файле settings.php строка 217
|
staticprotected |
|
staticprotected |
|
static |
Get actual settings data for site.
int | $id | Site id. |
См. определение в файле settings.php строка 371
|
staticprotected |
|
staticprotected |
Return Field by component's param's type.
string | $type | Type. |
string | $code | Field code. |
array | $params | Additional params. |
См. определение в файле settings.php строка 127
|
protected |
Map of the field.
Переопределяет метод предка Page.
См. определение в файле settings.php строка 240
|
staticprotected |
См. определение в файле settings.php строка 30
const SOURCE_BLOCK = 'store.catalog.list' |
Block's code for get params.
См. определение в файле settings.php строка 19
const SOURCE_COMPONENT = 'bitrix:catalog.section' |
Component's code for get params.
См. определение в файле settings.php строка 24