/** * @param \Nonogram\Grid\Grid $grid */ public function setGrid(\Nonogram\Grid\Grid $grid) { parent::setGrid($grid); $this->initGridAttributes(); }