Page MenuHomestyx hydra

PhragmentCapabilityCanCreate.php
No OneTemporary

PhragmentCapabilityCanCreate.php

<?php
final class PhragmentCapabilityCanCreate
extends PhabricatorPolicyCapability {
const CAPABILITY = 'phragment.create';
public function getCapabilityKey() {
return self::CAPABILITY;
}
public function getCapabilityName() {
return pht('Can Create Fragments');
}
public function describeCapabilityRejection() {
return pht('You do not have permission to create fragments.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Apr 28, 5:59 PM (13 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1320224
Default Alt Text
PhragmentCapabilityCanCreate.php (413 B)

Event Timeline