Skip to content

EditorInfoInterface

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

Describes editor

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

EditorInfoInterface::getLicense

Description

public getLicense (void)

Get license for editor

Parameters

This function has no parameters.

Return Values

string


EditorInfoInterface::getName

Description

public getName (void)

Gets editor name

Parameters

This function has no parameters.

Return Values

string


EditorInfoInterface::getVersion

Description

public getVersion (void)

Get editor version

Parameters

This function has no parameters.

Return Values

string


EditorInfoInterface::isAvailable

Description

public isAvailable (void)

Checks if editor could is available on the system

Parameters

This function has no parameters.

Return Values

bool