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