class DocumentPage extends Page

Class DocumentPage

Properties

SystemDMSController $mod
protected $default_page from  Page

Methods

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

Shows the default page

Template|string
page_overview(int $document_id = null, int $version = 0)

Document Details

page_unpack(int $document_id = null)

Displays a modal page that can be used to select the target folder for a ZIP extract actions

Details

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

Shows the default page

Parameters

mixed $subpage

Return Value

xelos_global_template|string|bool

at line 119
Template|string page_overview(int $document_id = null, int $version = 0)

Document Details

Parameters

int $document_id
int $version

Return Value

Template|string

at line 47
Template page_unpack(int $document_id = null)

Displays a modal page that can be used to select the target folder for a ZIP extract actions

Parameters

int $document_id

The document id of the document containing the ZIP file

Return Value

Template

Exceptions

ContentException