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 |
Common\Models\Frontend\LayoutArea
LayoutArea