init() public method

public init ( )
Ejemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     if ($this->rowHighlight) {
         $view = $this->grid->getView();
         CheckboxColumnAsset::register($view);
     }
 }