PageTransformer
class PageTransformer extends TransformerAbstract (View source)
Traits
Properties
protected | $defaultIncludes | ||
protected | $availableIncludes |
Methods
Attempts to include a representation of the page's content, not including header and footer. Basically all content, in a renderable format, in the proper order of the page. Historically that has been difficult because Concrete has no idea what order your pages areas appear in, but we're going to do our best.
Details
array
getAreas(Page $page)
No description
transform(Page $page)
No description
includeCustomAttributes(Page $page)
No description
includeAreas(Page $page)
No description
includeVersion(Page $page)
No description
includeFiles(Page $page)
No description
includeContent(Page $page)
Attempts to include a representation of the page's content, not including header and footer. Basically all content, in a renderable format, in the proper order of the page. Historically that has been difficult because Concrete has no idea what order your pages areas appear in, but we're going to do our best.