コード例 #1
0
ファイル: ViewText.php プロジェクト: Niehztog/php-nonogram
 /**
  * @param \Nonogram\Grid\Grid $grid
  */
 public function setGrid(\Nonogram\Grid\Grid $grid)
 {
     parent::setGrid($grid);
     $this->initGridAttributes();
 }