FOFTable::canDelete
Generic check for whether dependencies exist for this object in the db schema
Signature
public function canDelete([integer
$oid = null,
[array
$joins = null]] )
Parameters
-
$oid
- The primary key of the record to delete
-
$joins
- Any joins to foreign table, used to determine if dependent records exist
Returns
- boolean
- True if the record can be deleted