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;
        }
    }