1<?php 2 3final class ConpherenceThreadDateMarkerTransaction 4 extends ConpherenceThreadTransactionType { 5 6 const TRANSACTIONTYPE = 'date-marker'; 7 8} 9 10