Changeset View
Changeset View
Standalone View
Standalone View
src/applications/diviner/phid/DivinerAtomPHIDType.php
- This file was moved from src/applications/diviner/phid/DivinerPHIDTypeAtom.php.
| <?php | <?php | ||||
| final class DivinerPHIDTypeAtom extends PhabricatorPHIDType { | final class DivinerAtomPHIDType extends PhabricatorPHIDType { | ||||
| const TYPECONST = 'ATOM'; | const TYPECONST = 'ATOM'; | ||||
| public function getTypeName() { | public function getTypeName() { | ||||
| return pht('Atom'); | return pht('Atom'); | ||||
| } | } | ||||
| public function newObject() { | public function newObject() { | ||||
| Show All 25 Lines | |||||