QListControl::GetAllItems PHP Méthode

GetAllItems() public méthode

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[]
Résultat QListItem[]
    public function GetAllItems()
    {
        return $this->objItemsArray;
    }