Add getGrid method
This commit is contained in:
parent
e62f72e235
commit
963425e973
|
|
@ -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}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue