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

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

This method should only be used by framework and control developers.
public loadState ( $state )
    public function loadState($state)
    {
        $this->clear();
        if ($state !== null) {
            $this->copyFrom($state);
        }
    }