Smile\ElasticsuiteVirtualCategory\Model\ResourceModel\VirtualCategory\Collection::_afterLoad PHP Method

_afterLoad() protected method

protected _afterLoad ( )
    protected function _afterLoad()
    {
        parent::_afterLoad();
        foreach ($this->_items as $item) {
            $this->getVirtualAttributeBackend()->afterLoad($item);
        }
        return $this;
    }