PhpSchool\CliMenu\MenuItem\SelectableTrait::showsItemExtra PHP Method

showsItemExtra() public method

public showsItemExtra ( ) : boolean
return boolean
    public function showsItemExtra()
    {
        return $this->showItemExtra;
    }