Add comment
This commit is contained in:
parent
8da4b38672
commit
a56022d764
|
|
@ -105,6 +105,11 @@ class DataGrid extends FormWidgetBase
|
|||
return $result;
|
||||
}
|
||||
|
||||
/**
|
||||
* Looks at the model for getXXXDataSourceValues or getGridDataSourceValues methods
|
||||
* to obtain the starting values for the grid.
|
||||
* @return array
|
||||
*/
|
||||
public function getDataSourceValues()
|
||||
{
|
||||
$methodName = 'get'.studly_case($this->columnName).'DataSourceValues';
|
||||
|
|
|
|||
Loading…
Reference in New Issue