yii\db\Transaction::getLevel PHP 메소드

getLevel() 공개 메소드

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