yii\db\Transaction::getLevel PHP Method

getLevel() public method

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