Prado\Web\UI\JuiControls\TJuiSelectable::getSelectables PHP Méthode

getSelectables() public méthode

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