Prado\Web\UI\ActiveControls\TActiveListItemCollection::insertAt PHP Метод

insertAt() публичный Метод

The new option is added on the client-side during callback.
public insertAt ( $index, $value )
    public function insertAt($index, $value)
    {
        parent::insertAt($index, $value);
        if ($this->canUpdateClientSide()) {
            $this->_hasChanged = true;
        }
    }