private static property Transaction::$Layers in Transaction 5
Same name and namespace in other branches
- 6 transaction.module \Transaction::Layers
The number of transactions that have been nested within this one.
File
- ./
transaction.module, line 16 - Provides a database transaction system for use with InnoDB tables in MySQL.
Class
- Transaction
- Provides a nestable transaction system for handling commits and rollbacks.
Code
private static $Layers = 0;