Prado\Collections\TListItemCollection::saveState PHP Method

saveState() public method

This method should only be used by framework and control developers.
public saveState ( ) : array | null
return array | null the saved state
    public function saveState()
    {
        return $this->getCount() > 0 ? $this->toArray() : null;
    }