QListControl::RemoveAllItems PHP Method

RemoveAllItems() public method

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