Открытые члены | |
getTitle () | |
getDescription () | |
enabled () | |
exec () | |
Открытые члены унаследованные от Page | |
__construct ($editMode=false, $isPage=true) | |
isPage () | |
getSort () | |
isFree () | |
isLocked () | |
getLockedMessage () | |
isNeedPublication () | |
getCode () | |
setData (array $data) | |
getPageFields () | |
getFields () | |
enabledInEditMode () | |
enabledInIntranetMode () | |
fieldsHash () | |
dataExist () | |
setCustomExec (callable $callback) | |
issetCustomExec () | |
Открытые статические члены | |
static | setBackground (?string $picture, ?string $color=null, ?string $position=null) |
Защищенные члены | |
getMap () | |
Защищенные члены унаследованные от Page | |
isEditMode () | |
execCustom () | |
Дополнительные унаследованные члены | |
Защищенные данные унаследованные от Page | |
$editMode = false | |
$fields = array() | |
$fieldsPage = array() | |
$isPage = true | |
$customExec = null | |
$isNeedPublication = false | |
См. определение в файле background.php строка 13
enabled | ( | ) |
Enable or not the hook.
Переопределяет метод предка Page.
См. определение в файле background.php строка 84
exec | ( | ) |
Exec hook.
Переопределяет метод предка Page.
См. определение в файле background.php строка 98
getDescription | ( | ) |
Description of Hook, if you want.
Переопределяет метод предка Page.
См. определение в файле background.php строка 75
|
protected |
Map of the field.
Переопределяет метод предка Page.
См. определение в файле background.php строка 19
getTitle | ( | ) |
Title of Hook, if you want.
Переопределяет метод предка Page.
См. определение в файле background.php строка 66
|
static |
Sets background.
string | null | $picture | Picture path or id. |
string | null | $color | Color code. |
string | null | $position | Position code. |
!!! Also see landing.pub/templates/.default/result_modifier.php for web form backward compatibility.
См. определение в файле background.php строка 119