Example #1
0
 /**
  * Initialize block
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_eventManager->dispatch('product_option_renderer_init', array('block' => $this));
 }