ActiveRecord::hardDelete PHP Méthode

hardDelete() public méthode

Hard deletes the record.
public hardDelete ( ) : boolean
Résultat boolean whether the deletion is successful.
    public function hardDelete()
    {
        return parent::delete();
    }