Prado\Collections\TListItemCollection::saveState PHP Méthode

saveState() public méthode

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