コード例 #1
0
ファイル: GridMaster.php プロジェクト: firano/datagrid-bundle
 public function addGrid(GridDependent $grid)
 {
     $this->grids[] = $grid;
     $grid->setMaster($this);
 }