Example #1
0
 /**
  * @return \Magento\Cms\Model\Resource\Block\Grid\Collection
  */
 protected function _afterLoad()
 {
     $this->walk('afterLoad');
     parent::_afterLoad();
 }