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

showItemExtra() public method

Enable showing item extra
public showItemExtra ( )
    public function showItemExtra()
    {
        $this->showItemExtra = true;
    }