Prado\Data\TDbTransaction::getActive PHP Method

getActive() public method

public getActive ( ) : boolean
return boolean whether this transaction is active
    public function getActive()
    {
        return $this->_active;
    }