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
Afficher le fichier Open project: friendsofcake/crud

Méthodes publiques

Méthode Description
__construct ( Controller $Controller, array $config = [] ) : void Constructor

Méthodes protégées

Méthode Description
_bulk ( Query $query = null ) : boolean Handle a bulk delete

Method Details

__construct() public méthode

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

_bulk() protected méthode

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