PHP Class GridFieldConfig_BlockManager

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

Méthodes publiques

Свойство Type Description
$blockManager

Méthodes publiques

Méthode 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 méthode

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

addBulkEditing() public méthode

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

addExisting() public méthode

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

Property Details

$blockManager public_oe property

public $blockManager