QListControl::GetAllItems PHP Method

GetAllItems() public method

Please note that while each individual item can be altered, altering the array, itself, will not affect any change on the QListControl. So existing QQListItems may be modified, but to add / remove items from the QListControl, you should use AddItem() and RemoveItem().
public GetAllItems ( ) : QListItem[]
return QListItem[]
    public function GetAllItems()
    {
        return $this->objItemsArray;
    }