interface DocumentItemViewInterface

Interface DocumentItemViewInterface

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 27
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 19
string get_title()

Returns the title of this view.

Return Value

string

at line 37
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