Changeset View
Changeset View
Standalone View
Standalone View
src/applications/conpherence/storage/ConpherenceParticipant.php
| <?php | <?php | ||||
| /** | |||||
| * @group conpherence | |||||
| */ | |||||
| final class ConpherenceParticipant extends ConpherenceDAO { | final class ConpherenceParticipant extends ConpherenceDAO { | ||||
| protected $participantPHID; | protected $participantPHID; | ||||
| protected $conpherencePHID; | protected $conpherencePHID; | ||||
| protected $participationStatus; | protected $participationStatus; | ||||
| protected $behindTransactionPHID; | protected $behindTransactionPHID; | ||||
| protected $seenMessageCount; | protected $seenMessageCount; | ||||
| protected $dateTouched; | protected $dateTouched; | ||||
| Show All 35 Lines | |||||