Changeset View
Changeset View
Standalone View
Standalone View
src/applications/almanac/storage/AlmanacNamespace.php
| Show First 20 Lines • Show All 144 Lines • ▼ Show 20 Lines | /* -( AlmanacPropertyInterface )------------------------------------------- */ | ||||
| public function getAlmanacPropertyFieldSpecifications() { | public function getAlmanacPropertyFieldSpecifications() { | ||||
| return array(); | return array(); | ||||
| } | } | ||||
| public function newAlmanacPropertyEditEngine() { | public function newAlmanacPropertyEditEngine() { | ||||
| throw new PhutilMethodNotImplementedException(); | throw new PhutilMethodNotImplementedException(); | ||||
| } | } | ||||
| public function getAlmanacPropertySetTransactionType() { | |||||
| throw new PhutilMethodNotImplementedException(); | |||||
| } | |||||
| public function getAlmanacPropertyDeleteTransactionType() { | |||||
| throw new PhutilMethodNotImplementedException(); | |||||
| } | |||||
| /* -( PhabricatorPolicyInterface )----------------------------------------- */ | /* -( PhabricatorPolicyInterface )----------------------------------------- */ | ||||
| public function getCapabilities() { | public function getCapabilities() { | ||||
| return array( | return array( | ||||
| PhabricatorPolicyCapability::CAN_VIEW, | PhabricatorPolicyCapability::CAN_VIEW, | ||||
| PhabricatorPolicyCapability::CAN_EDIT, | PhabricatorPolicyCapability::CAN_EDIT, | ||||
| ▲ Show 20 Lines • Show All 59 Lines • Show Last 20 Lines | |||||