PHP Интерфейс Xpressengine\Plugin\ComponentInterface

Автор: XE Developers ([email protected])
Показать файл Открыть проект

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

Метод Описание
boot ( ) : void boot
getComponentInfo ( string $key = null ) : mixed get component's information
getId ( ) : string get component's id
getSettingsURI ( ) : null | string return settings settings uri
setComponentInfo ( string $key, mixed $value = null ) : void set component's information
setId ( string $id ) : void set component's id

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

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

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

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

get component's information
public static getComponentInfo ( string $key = null ) : mixed
$key string 검색할 information의 키
Результат mixed

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

get component's id
public static getId ( ) : string
Результат string

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

return settings settings uri
public static getSettingsURI ( ) : null | string
Результат null | string

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

set component's information
public static setComponentInfo ( string $key, mixed $value = null ) : void
$key string 추가하거나 수정할 information의 key
$value mixed 추가하거나 수정할 information의 value
Результат void

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

set component's id
public static setId ( string $id ) : void
$id string component id
Результат void