*/ class Transaction extends BaseMeasurement { public function __construct() { parent::__construct(); $this->data['t'] = 'transaction'; } }