deleteInternal() protected method
Deletes an ActiveRecord without considering transaction.
protected integer|false deleteInternal ( ) | ||
---|---|---|
return | integer|false |
The number of rows deleted, or |
throws | yii\db\StaleObjectException |
deleteInternal() protected method
Deletes an ActiveRecord without considering transaction.
protected integer|false deleteInternal ( ) | ||
---|---|---|
return | integer|false |
The number of rows deleted, or |
throws | yii\db\StaleObjectException |
Please login to continue.