ActiveRecord::hardDelete PHP Method

hardDelete() public method

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