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