PHP Class Crud\Action\Bulk\DeleteAction

Licensed under The MIT License For full copyright and license information, please see the LICENSE.txt
Inheritance: extends Crud\Action\Bulk\BaseAction
Datei anzeigen Open project: friendsofcake/crud

Public Methods

Method Description
__construct ( Controller $Controller, array $config = [] ) : void Constructor

Protected Methods

Method Description
_bulk ( Query $query = null ) : boolean Handle a bulk delete

Method Details

__construct() public method

Constructor
public __construct ( Controller $Controller, array $config = [] ) : void
$Controller Cake\Controller\Controller Controller instance
$config array Default settings
return void

_bulk() protected method

Handle a bulk delete
protected _bulk ( Query $query = null ) : boolean
$query Cake\ORM\Query The query to act upon
return boolean