g
Frontend | Backend | Api

Faq\Models\Frontend\Page

Page

Method Description Returns
getName() Get the name for the active revision string
getQuestionsByCategoryNames(array $names) Gets all questions of the current page by given category names. It uses 'OR' condition for every passed value. Collection
getQuestionsByCategorySlugs(array $slugs) Gets all questions of the current page by given category slugs. It uses 'OR' condition for every passed value. Collection
getQuestionsByTagNames(array $names) Gets all questions of the current page by given tag names. It uses 'OR' condition for every passed value. Collection
getQuestionsByTagSlugs(array $slugs) Gets all questions of the current page by given tag slugs. It uses 'OR' condition for every passed value. Collection
getOriginalPath() Get the original path for the faq page without custom urls applied string
getFullSlug() string
getFullPath() string
getId() int
getSlug() string
getCreated() Get the date the record was created. DateTime
getModified() Get the last modification date for the record. DateTime
getPublished() DateTime
getActiveRevision() PageRevision
getRevisions() Collection (PageRevision)
getRevisionById(int $id) Get the revision with the specified id. PageRevision
getLastRevision() Get the last revision for the entity. If a revision has been added, this will be the newly added revision. PageRevision
getParent() Page
getSourcePage() Page
getRelatedPages() Collection (Page)
getLanguage() Language
getSeoSettings() SeoSettings
getSite() Site
getCreatedBy() User
getModifiedBy() User
getOwner() User
isPublished() Check if the record is published. bool
getChildren() Collection (Page)
getCustomUrl() Get the custom url used for the page. This will take precedence over the slugs of this page, parent page and the module. CustomUrl
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
getOtherLanguageVersions() Fetch an associative array with other language versions of this page. The key of the array is the language code id (e.g. "en-us") and the value is the page. array
getAreaType(string $areaName) Get the input type for the specified layout area, using the active revision of the record. Returns null if the area with the specified name could not be found. InputType
getAreaCategory(string $areaName) Get the category for the specified layout area, using the active revision of the record. Returns null if the area with the specified name could not be found. string
getAreaEditor(string $areaName) Get the editor for the specified layout area, using the active revision of the record. Returns null if the area with the specified name could not be found. string
getAreaImage(string $areaName) Get the image for the layout area with the specified name, using the active revision of the record Image
getAreaImageOrPlaceholder(string $areaName, int $width, int $height) Get the image for the component area with the specified name. Uses the active revision of the global component. If the image does not exist, get a placeholder image with the specified dimensions Will always return an image, even if it was not found (in that case, an empty image). Image
getAreaFile(string $areaName) Get the file for the layout area with the specified name, using the active revision of the record Image
getAreaRecord(string $areaName) Get the record for the layout area with the specified name, using the active revision of the record Model
getAreaRecords(string $areaName) Get the records for the layout area with the specified name, using the active revision of the record Collection
getAreaText(string $areaName) Get the text for the layout area with the specified name, using the active revision of the record string
getAreaValues(string $areaName) Get the values for the layout area with the specified name, using the active revision of the record array
getAreaDate(string $areaName) Get a date for the layout area with the specified name, using the active revision of the record DateTime
getAreaWidget(string $areaName) Get the widget for the layout area with the specified name, using the active revision of the record Widget
getAreaComponent(string $areaName) Get the component for the layout area with the specified name, using the active revision of the record Component
getAreaCollectionElements(string $areaName) Get the component collection elements for the layout area with the specified name, using the active revision of the record Collection
getAreaHtml(string $areaName) Get the rendered HTML for the component area with the specified name, using the active revision of the record. Adds live preview tags, if enabled. string
getAreaDefaultContent(string $areaName) Get the default content of the layout area. Uses the active revision of the global component. Will return a BlankContent if no content was defined. Content
getAreaContentOrDefault(string $areaName) Get the content of the layout area, or the default content if no content exists. Uses the active revision of the global component. If no default content exists, a BlankContent will be returned. Content
getAllParents() Get all parents for the current record, ordered by root record => the closest record Collection