Prado\Web\UI\JuiControls\TJuiSelectable::getSelectables PHP Method

getSelectables() public method

public getSelectables ( ) : TRepeater
return Prado\Web\UI\WebControls\TRepeater suggestion list repeater
    public function getSelectables()
    {
        if ($this->_repeater === null) {
            $this->_repeater = $this->createRepeater();
        }
        return $this->_repeater;
    }