Skip to content

SourceEditorInfoInterface

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\SourceEditorInfoInterface

Describes source editor

Implements:

Imponeer\Contracts\Editor\Info\EditorInfoInterface

Methods

Name Description
getLicense Get license for editor
getName Gets editor name
getSupportedLanguages Get supported languages that can be highlighted in editor
getVersion Get editor version
isAvailable Checks if editor could is available on the system

SourceEditorInfoInterface::getLicense

Description

public getLicense (void)

Get license for editor

Parameters

This function has no parameters.

Return Values

string


SourceEditorInfoInterface::getName

Description

public getName (void)

Gets editor name

Parameters

This function has no parameters.

Return Values

string


SourceEditorInfoInterface::getSupportedLanguages

Description

public getSupportedLanguages (void)

Get supported languages that can be highlighted in editor

Parameters

This function has no parameters.

Return Values

string[]


SourceEditorInfoInterface::getVersion

Description

public getVersion (void)

Get editor version

Parameters

This function has no parameters.

Return Values

string


SourceEditorInfoInterface::isAvailable

Description

public isAvailable (void)

Checks if editor could is available on the system

Parameters

This function has no parameters.

Return Values

bool