class EditorPage extends Page

Class Overview

Constants

API_ACTION_PAGE_DELETE_PERMISSION

Properties

PagesController $mod
protected $default_page from  Page

Methods

xelos_global_template|string|bool
get_page(mixed $subpage = false)

Standard Get Page Controller

from  Page
Template|null
page_detail(int $pageId = null)

No description

page_edit(null $pageId = null)

VUE Page Editor

Template|xelos_global_template
page_newbulk() deprecated

Small helper for creating many pages for testing

page_overview()

Editors Dashboard

bool|string|Template|xelos_global_template
page_permissions(int $pageId = null)

Page Permissions Modal (Create/Edit Permissions)

page_preview($pageVersionId)

Render Page Preview

Details

in Page at line 26
xelos_global_template|string|bool get_page(mixed $subpage = false)

Standard Get Page Controller

Parameters

mixed $subpage

Return Value

xelos_global_template|string|bool

at line 309
Template|null page_detail(int $pageId = null)

No description

Parameters

int $pageId

Page ID

Return Value

Template|null

Exceptions

ContentException

at line 138
Template page_edit(null $pageId = null)

VUE Page Editor

Parameters

null $pageId

ID of page

Return Value

Template

Exceptions

ContentException
Exception

at line 255
Template|xelos_global_template page_newbulk() deprecated

deprecated This is only temporary and you should not use this in production

Small helper for creating many pages for testing

Return Value

Template|xelos_global_template

at line 39
Template page_overview()

Editors Dashboard

Return Value

Template

Exceptions

ContentException

at line 419
bool|string|Template|xelos_global_template page_permissions(int $pageId = null)

Page Permissions Modal (Create/Edit Permissions)

Parameters

int $pageId

Return Value

bool|string|Template|xelos_global_template

Exceptions

ContentException

at line 87
Template page_preview($pageVersionId)

Render Page Preview

Parameters

$pageVersionId

Return Value

Template

Exceptions

ContentException