yii\db\Transaction::getLevel PHP Méthode

getLevel() public méthode

Since: 2.0.8
public getLevel ( ) : integer
Résultat integer The current nesting level of the transaction.
    public function getLevel()
    {
        return $this->_level;
    }