PHP 인터페이스 Xpressengine\Plugin\ComponentInterface

저자: XE Developers ([email protected])
파일 보기 프로젝트 열기: xpressengine/xpressengine

공개 메소드들

메소드 설명
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