Pheasant\Database\Mysqli\Transaction::events PHP Method

events() public method

Get the events object
public events ( ) : Events
return Events
    public function events()
    {
        return $this->_events;
    }