[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 <?php 2 3 final class HarbormasterManagePlansCapability 4 extends PhabricatorPolicyCapability { 5 6 const CAPABILITY = 'harbormaster.plans'; 7 8 public function getCapabilityName() { 9 return pht('Can Manage Build Plans'); 10 } 11 12 public function describeCapabilityRejection() { 13 return pht( 14 'You do not have permission to manage Harbormaster build plans.'); 15 } 16 17 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |