Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1062729
DiffusionCapabilityPush.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
401 B
Referenced Files
None
Subscribers
None
DiffusionCapabilityPush.php
View Options
<?php
final
class
DiffusionCapabilityPush
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'diffusion.push'
;
public
function
getCapabilityKey
()
{
return
self
::
CAPABILITY
;
}
public
function
getCapabilityName
()
{
return
pht
(
'Can Push'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to push to this repository.'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jun 29, 10:09 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
259025
Default Alt Text
DiffusionCapabilityPush.php (401 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment