PHP Класс Xpressengine\ToggleMenu\AbstractToggleMenu

Автор: XE Developers ([email protected])
Наследование: implements Xpressengine\Plugin\ComponentInterface, use trait Xpressengine\Plugin\ComponentTrait
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$componentType string
$identifier string
$instanceId string

Открытые методы

Метод Описание
allows ( ) : boolean 메뉴에 표시여부 반환 표실 할 경우 true 반환
boot ( ) : void boot
getAction ( ) : string 실행되기 위한 js 문자열 타입이 'raw' 인 경우에는 html
getDescription ( ) : mixed getDescription
getIcon ( ) : string | null 아이콘을 표시하기 위한 문자 todo: class 명, 이미지 경로 등을 지원 할 예정
getScreenshot ( ) : mixed getScreenshot
getScript ( ) : string | null 별도의 js 파일을 load 해야 하는 경우 해당 파일의 경로 없는 경우 null 반환
getText ( ) : string 메뉴에서 보여질 문자열
getTitle ( ) : mixed getTitle
getType ( ) : string 메뉴의 타입 'exec' or 'link' or 'raw' 중에 하나
setArguments ( string $componentType, string $instanceId, string $identifier ) : void Set basic arguments

Описание методов

allows() публичный Метод

메뉴에 표시여부 반환 표실 할 경우 true 반환
public allows ( ) : boolean
Результат boolean

boot() публичный статический Метод

boot
public static boot ( ) : void
Результат void

getAction() абстрактный публичный Метод

실행되기 위한 js 문자열 타입이 'raw' 인 경우에는 html
abstract public getAction ( ) : string
Результат string

getDescription() публичный статический Метод

getDescription
public static getDescription ( ) : mixed
Результат mixed

getIcon() публичный Метод

아이콘을 표시하기 위한 문자 todo: class 명, 이미지 경로 등을 지원 할 예정
public getIcon ( ) : string | null
Результат string | null

getScreenshot() публичный статический Метод

getScreenshot
public static getScreenshot ( ) : mixed
Результат mixed

getScript() абстрактный публичный Метод

별도의 js 파일을 load 해야 하는 경우 해당 파일의 경로 없는 경우 null 반환
abstract public getScript ( ) : string | null
Результат string | null

getText() абстрактный публичный Метод

메뉴에서 보여질 문자열
abstract public getText ( ) : string
Результат string

getTitle() публичный статический Метод

getTitle
public static getTitle ( ) : mixed
Результат mixed

getType() абстрактный публичный Метод

메뉴의 타입 'exec' or 'link' or 'raw' 중에 하나
abstract public getType ( ) : string
Результат string

setArguments() публичный Метод

Set basic arguments
public setArguments ( string $componentType, string $instanceId, string $identifier ) : void
$componentType string target type, component id
$instanceId string instance id
$identifier string target identifier
Результат void

Описание свойств

$componentType защищенное свойство

protected string $componentType
Результат string

$identifier защищенное свойство

protected string $identifier
Результат string

$instanceId защищенное свойство

protected string $instanceId
Результат string