Add getGrid method

This commit is contained in:
flynsarmy 2014-08-01 15:32:45 +10:00
parent e62f72e235
commit 963425e973
1 changed files with 8 additions and 0 deletions

View File

@ -38,6 +38,14 @@ class DataGrid extends FormWidgetBase
$this->grid->bindToController();
}
/**
* @return Backend\Widgets\Grid The grid to be displayed.
*/
public function getGrid()
{
return $this->grid;
}
/**
* {@inheritDoc}
*/