Changeset View
Changeset View
Standalone View
Standalone View
src/applications/conpherence/editor/ConpherenceEditor.php
| <?php | <?php | ||||
| /** | |||||
| * @group conpherence | |||||
| */ | |||||
| final class ConpherenceEditor extends PhabricatorApplicationTransactionEditor { | final class ConpherenceEditor extends PhabricatorApplicationTransactionEditor { | ||||
| const ERROR_EMPTY_PARTICIPANTS = 'error-empty-participants'; | const ERROR_EMPTY_PARTICIPANTS = 'error-empty-participants'; | ||||
| const ERROR_EMPTY_MESSAGE = 'error-empty-message'; | const ERROR_EMPTY_MESSAGE = 'error-empty-message'; | ||||
| public static function createConpherence( | public static function createConpherence( | ||||
| PhabricatorUser $creator, | PhabricatorUser $creator, | ||||
| array $participant_phids, | array $participant_phids, | ||||
| ▲ Show 20 Lines • Show All 402 Lines • ▼ Show 20 Lines | protected function shouldPublishFeedStory( | ||||
| PhabricatorLiskDAO $object, | PhabricatorLiskDAO $object, | ||||
| array $xactions) { | array $xactions) { | ||||
| return false; | return false; | ||||
| } | } | ||||
| protected function supportsSearch() { | protected function supportsSearch() { | ||||
| return false; | return false; | ||||
| } | } | ||||
| } | } | ||||