ActiveRecord::hardDelete PHP Метод

hardDelete() публичный Метод

Hard deletes the record.
public hardDelete ( ) : boolean
Результат boolean whether the deletion is successful.
    public function hardDelete()
    {
        return parent::delete();
    }