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