Changeset View
Changeset View
Standalone View
Standalone View
src/applications/conpherence/storage/ConpherenceThread.php
| <?php | <?php | ||||
| /** | |||||
| * @group conpherence | |||||
| */ | |||||
| final class ConpherenceThread extends ConpherenceDAO | final class ConpherenceThread extends ConpherenceDAO | ||||
| implements PhabricatorPolicyInterface { | implements PhabricatorPolicyInterface { | ||||
| protected $title; | protected $title; | ||||
| protected $messageCount; | protected $messageCount; | ||||
| protected $recentParticipantPHIDs = array(); | protected $recentParticipantPHIDs = array(); | ||||
| protected $mailKey; | protected $mailKey; | ||||
| ▲ Show 20 Lines • Show All 187 Lines • Show Last 20 Lines | |||||