Predis\Transaction\AbortedMultiExecException::getTransaction PHP 메소드

getTransaction() 공개 메소드

Returns the transaction that generated the exception.
public getTransaction ( ) : MultiExec
리턴 MultiExec
    public function getTransaction()
    {
        return $this->transaction;
    }
AbortedMultiExecException