Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112280077
DiffusionCapabilityCreateRepositories.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, May 9, 14:50
Size
432 B
Mime Type
text/x-php
Expires
Sun, May 11, 14:50 (2 d)
Engine
blob
Format
Raw Data
Handle
26068331
Attached To
rPH Phabricator
DiffusionCapabilityCreateRepositories.php
View Options
<?php
final
class
DiffusionCapabilityCreateRepositories
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'diffusion.create'
;
public
function
getCapabilityKey
()
{
return
self
::
CAPABILITY
;
}
public
function
getCapabilityName
()
{
return
pht
(
'Can Create Repositories'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to create new repositories.'
);
}
}
Event Timeline
Log In to Comment