NB: The default implementation delegates to the grid column for
cell-specific actions. Another thinkable implementation would
be row-specific actions in which case action instantiation
should be delegated to the row.
public getCellActions ( $request, $row, $column, $position = GRID_ACTION_POSITION_DEFAULT ) : array | ||
$request | Request | |
$row | GridRow | |
$column | GridColumn | |
$position | int GRID_ACTION_POSITION_... | |
Результат | array | an array of LinkAction instances |