Skip to content

WYSIWYGEditorInfoInterface

MekDrop edited this page Jul 25, 2022 · 1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!# Imponeer\Contracts\Editor\Info\WYSIWYGEditorInfoInterface

Describes WYSIWYG editor

Implements:

Imponeer\Contracts\Editor\Info\EditorInfoInterface

Methods

Name Description
getLicense Get license for editor
getName Gets editor name
getVersion Get editor version
isAvailable Checks if editor could is available on the system

WYSIWYGEditorInfoInterface::getLicense

Description

public getLicense (void)

Get license for editor

Parameters

This function has no parameters.

Return Values

string


WYSIWYGEditorInfoInterface::getName

Description

public getName (void)

Gets editor name

Parameters

This function has no parameters.

Return Values

string


WYSIWYGEditorInfoInterface::getVersion

Description

public getVersion (void)

Get editor version

Parameters

This function has no parameters.

Return Values

string


WYSIWYGEditorInfoInterface::isAvailable

Description

public isAvailable (void)

Checks if editor could is available on the system

Parameters

This function has no parameters.

Return Values

bool