addDelete() public method
Adds the delete operation to the batch command.
See also executeBatch().
public $this addDelete ( $condition, $options = [] ) | ||
---|---|---|
$condition | array |
Filter condition. |
$options | array |
Delete options. |
return | $this |
Self reference. |
Please login to continue.