3 final class PhabricatorPhurlURLCreateCapability
4 extends PhabricatorPolicyCapability
{
6 const CAPABILITY
= 'phurl.url.create';
8 public function getCapabilityName() {
9 return pht('Can Create Phurl URLs');
12 public function describeCapabilityRejection() {
13 return pht('You do not have permission to create a Phurl URL.');