| Method | Description | Returns |
|---|---|---|
| getAttributes() | Gets attributes list assigned to current layout area | Collection |
| getId() | int | |
| getName() | string | |
| getLabel() | string | |
| getHelp() | string | |
| getInfo() | string | |
| isRequired() | bool | |
| getMin() | int | |
| getMax() | int | |
| getDefaultContent() | Content | |
| getCreated() | Get the date the record was created. | DateTime |
| getModified() | Get the last modification date for the record. | DateTime |
| isHidden() | bool | |
| getHidden() | DateTime | |
| getType() | InputType | |
| getLayout() | Layout | |
| getPosition() | int | |
| getSupportedLayouts() | Collection (Layout) | |
| isAttribute() | bool | |
| getParent() | LayoutArea | |
| getChildren() | Collection (LayoutArea) | |
| getGroup() | LayoutAreaGroup | |
| getSearchMasterIndexField() | MasterIndexField | |
| isNewRecord() | Check if the record is a new record | bool |
| isHierarchicalModel() | Check whether a model is a hierarchical model, i.e. can have children | bool |
| isVersionedModel() | Check whether a model is versioned | bool |
| getGlobalComponents() | Retrieves the global components that can be used or copied | Collection |
| getComponentLayouts() | Retrieves component layouts | Collection |
| hasAttributes() | Checks whether the layout area has attributes (visible, not hidden) | bool |
| getAvailableParents() | Retrieves the available parents for a layout area to be defined as attachment | Collection |
Common\Models\Backend\LayoutArea
LayoutArea