PHP 트레잇 PhpSchool\CliMenu\MenuItem\SelectableTrait

저자: Michael Woodward ([email protected])
파일 보기 프로젝트 열기: php-school/cli-menu

공개 메소드들

메소드 설명
canSelect ( ) : boolean Can the item be selected
getRows ( MenuStyle $style, boolean $selected = false ) : array The output text for the item
hideItemExtra ( ) Disable showing item extra
showItemExtra ( ) Enable showing item extra
showsItemExtra ( ) : boolean

메소드 상세

canSelect() 공개 메소드

Can the item be selected
public canSelect ( ) : boolean
리턴 boolean

getRows() 공개 메소드

The output text for the item
public getRows ( MenuStyle $style, boolean $selected = false ) : array
$style PhpSchool\CliMenu\MenuStyle
$selected boolean
리턴 array

hideItemExtra() 공개 메소드

Disable showing item extra
public hideItemExtra ( )

showItemExtra() 공개 메소드

Enable showing item extra
public showItemExtra ( )

showsItemExtra() 공개 메소드

public showsItemExtra ( ) : boolean
리턴 boolean