PHP 트레잇 Xpressengine\Plugin\ComponentTrait

파일 보기 프로젝트 열기: xpressengine/xpressengine

공개 메소드들

메소드 설명
boot ( ) : void boot
getComponentInfo ( string $key = null ) : mixed information을 검색한다.
getId ( ) : string component의 id를 반환한다.
getSettingsURI ( ) : null | string return settings manage uri
setComponentInfo ( string $key, mixed $value = null ) : void information을 추가하거나 수정한다.
setId ( string $id ) : void component의 id를 지정한다.

메소드 상세

boot() 공개 정적인 메소드

boot
public static boot ( ) : void
리턴 void

getComponentInfo() 공개 정적인 메소드

information을 검색한다.
public static getComponentInfo ( string $key = null ) : mixed
$key string 검색할 information의 키
리턴 mixed 검색된 information를 반환함.

getId() 공개 정적인 메소드

component의 id를 반환한다.
public static getId ( ) : string
리턴 string

getSettingsURI() 공개 정적인 메소드

return settings manage uri
public static getSettingsURI ( ) : null | string
리턴 null | string

setComponentInfo() 공개 정적인 메소드

information을 추가하거나 수정한다.
public static setComponentInfo ( string $key, mixed $value = null ) : void
$key string 추가하거나 수정할 information의 key
$value mixed 추가하거나 수정할 information의 value
리턴 void

setId() 공개 정적인 메소드

component의 id를 지정한다.
public static setId ( string $id ) : void
$id string 지정할 id
리턴 void