Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Layout
+ Граф наследования:Layout:

Открытые члены

 getTitle ()
 
 enabled ()
 
 exec ()
 
- Открытые члены унаследованные от Page
 __construct ($editMode=false, $isPage=true)
 
 isPage ()
 
 getDescription ()
 
 getSort ()
 
 isFree ()
 
 isLocked ()
 
 getLockedMessage ()
 
 isNeedPublication ()
 
 getCode ()
 
 setData (array $data)
 
 getPageFields ()
 
 getFields ()
 
 enabledInEditMode ()
 
 enabledInIntranetMode ()
 
 fieldsHash ()
 
 dataExist ()
 
 setCustomExec (callable $callback)
 
 issetCustomExec ()
 

Защищенные члены

 getItems ()
 
 getMap ()
 
- Защищенные члены унаследованные от Page
 isEditMode ()
 
 execCustom ()
 

Защищенные данные

const DEFAULT_BREAKPOINT = 'tablet'
 
- Защищенные данные унаследованные от Page
 $editMode = false
 
 $fields = array()
 
 $fieldsPage = array()
 
 $isPage = true
 
 $customExec = null
 
 $isNeedPublication = false
 

Подробное описание

См. определение в файле layout.php строка 13

Методы

◆ enabled()

enabled ( )

Enable or not the hook.

Возвращает
boolean

Переопределяет метод предка Page.

См. определение в файле layout.php строка 58

◆ exec()

exec ( )

Exec hook.

Возвращает
void

Переопределяет метод предка Page.

См. определение в файле layout.php строка 72

◆ getItems()

getItems ( )
protected

Return view types.

Возвращает
array

См. определение в файле layout.php строка 20

◆ getMap()

getMap ( )
protected

Map of the field.

Возвращает
array

Переопределяет метод предка Page.

См. определение в файле layout.php строка 34

◆ getTitle()

getTitle ( )

Title of Hook, if you want.

Возвращает
string

Переопределяет метод предка Page.

См. определение в файле layout.php строка 48

Данные класса

◆ DEFAULT_BREAKPOINT

const DEFAULT_BREAKPOINT = 'tablet'
protected

См. определение в файле layout.php строка 15