PHP Class GridFieldConfig_BlockManager

Author: Shea Dawson ([email protected])
Inheritance: extends GridFieldConfig
Show file Open project: sheadawson/silverstripe-blocks Class Usage Examples

Public Properties

Property Type Description
$blockManager

Public Methods

Method Description
__construct ( $canAdd = true, $canEdit = true, $canDelete = true, $editableRows = false, $aboveOrBelow = false )
addBulkEditing ( ) Add the GridFieldBulkManager component to this grid config.
addExisting ( ) Add the GridFieldAddExistingSearchButton component to this grid config.

Method Details

__construct() public method

public __construct ( $canAdd = true, $canEdit = true, $canDelete = true, $editableRows = false, $aboveOrBelow = false )

addBulkEditing() public method

Add the GridFieldBulkManager component to this grid config.
public addBulkEditing ( )

addExisting() public method

Add the GridFieldAddExistingSearchButton component to this grid config.
public addExisting ( )

Property Details

$blockManager public property

public $blockManager