Joomla Documentation by Component Creator
Namespaces
Interfaces
Classes
Overview
Classes
JModelAdmin
canDelete
Introduction
Synopsis
Parameter
Return
JModelAdmin::
canDelete
Method to test whether a record can be deleted.
Signature
protected function canDelete(
$recordĀ )
Parameters
$record
A record object.
Returns
boolean
True if allowed to delete the record. Defaults to the permission for the component.