class CFViewNoteCFView implements DocumentItemViewInterface

Class XELOS\Modules\SystemDMS\Hook\DMS\xm_system_dms_cf_view_note

Properties

SystemDMSController $mod

Methods

array
get_supported_file_ext()

Returns an array that contains all file extensions which is supported by this content first view.

string
get_title()

Returns the title of this view.

get_view(DocumentModel $document, bool $readonly = false)

Returns the view which represents a document handling view.

Details

at line 38
array get_supported_file_ext()

Returns an array that contains all file extensions which is supported by this content first view.

Return Value

array

at line 28
string get_title()

Returns the title of this view.

Return Value

string

at line 52
UIAjaxComponent get_view(DocumentModel $document, bool $readonly = false)

Returns the view which represents a document handling view.

Parameters

DocumentModel $document
bool $readonly

Return Value

UIAjaxComponent

Exceptions

Exception
InvalidArgumentException