コード例 #1
0
 /**
  * @return $this
  */
 public function _construct()
 {
     $this->setPageSize((int) $this->_scopeConfig->getValue('mfblog/sidebar/' . $this->_widgetKey . '/posts_per_page', \Magento\Store\Model\ScopeInterface::SCOPE_STORE));
     return parent::_construct();
 }
コード例 #2
0
 /**
  * @return void
  */
 public function _construct()
 {
     $this->setPageSize(5);
     return parent::_construct();
 }