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;
    }