WellCommerce\Component\DataSet\DataSetInterface::dispatchOnDataSetInitEvent PHP Method

dispatchOnDataSetInitEvent() public method

Dispatches the init event using event-dispatcher service
public dispatchOnDataSetInitEvent ( ) : void
return void
    public function dispatchOnDataSetInitEvent();

Usage Example

Exemplo n.º 1
0
 public function configure(DataSetInterface $dataset)
 {
     $this->dataset = $dataset;
     $dataset->configureOptions($this);
     $dataset->dispatchOnDataSetInitEvent();
 }