CRUDlex\AbstractData::doDelete PHP Method

doDelete() abstract protected method

Performs the actual deletion.
abstract protected doDelete ( Entity $entity, boolean $deleteCascade ) : integer
$entity Entity the id of the entry to delete
$deleteCascade boolean whether to delete children and subchildren
return integer true on successful deletion
    protected abstract function doDelete(Entity $entity, $deleteCascade);