$transactionIsolationLevel public write-only property
The transaction isolation level to use for this transaction. This can be either yii\db\Transaction::READ_UNCOMMITTED or yii\db\Transaction::SERIALIZABLE.
public void setTransactionIsolationLevel ( $level )
Please login to continue.