Gui\Components\Select::getChecked PHP Method

getChecked() public method

Gets the checked item id
public getChecked ( ) : integer
return integer
    public function getChecked()
    {
        return $this->get('itemIndex');
    }