Prado\Collections\TListItemCollection::saveState PHP Метод

saveState() публичный Метод

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