Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/phid/DifferentialRevisionPHIDType.php
- This file was moved from src/applications/differential/phid/DifferentialPHIDTypeRevision.php.
| <?php | <?php | ||||
| final class DifferentialPHIDTypeRevision extends PhabricatorPHIDType { | final class DifferentialRevisionPHIDType extends PhabricatorPHIDType { | ||||
| const TYPECONST = 'DREV'; | const TYPECONST = 'DREV'; | ||||
| public function getTypeName() { | public function getTypeName() { | ||||
| return pht('Revision'); | return pht('Revision'); | ||||
| } | } | ||||
| public function getPHIDTypeApplicationClass() { | public function getPHIDTypeApplicationClass() { | ||||
| ▲ Show 20 Lines • Show All 67 Lines • Show Last 20 Lines | |||||