QListControl::GetAllItems PHP 메소드

GetAllItems() 공개 메소드

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