QListControl::RemoveAllItems PHP 메소드

RemoveAllItems() 공개 메소드

Removes all the items in objItemsArray
public RemoveAllItems ( )
    public function RemoveAllItems()
    {
        $this->blnModified = true;
        $this->objItemsArray = array();
    }