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

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

Removes an item from at specified index.
public removeAt ( $index )
    public function removeAt($index)
    {
        parent::removeAt($index);
        if ($this->canUpdateClientSide()) {
            $this->_hasChanged = true;
        }
    }