Example #1
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->validateStandardModelLabels();
     $this->_cellParser = new CellParser($this->cellParserConfig);
 }