Smile\ElasticsuiteThesaurus\Model\ResourceModel\Thesaurus\Collection::_afterLoad PHP Method

_afterLoad() protected method

Perform operations after collection load
protected _afterLoad ( )
    protected function _afterLoad()
    {
        $this->loadStores();
        $this->loadTermsData();
        return parent::_afterLoad();
    }