Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F459687
DifferentialSubscribersCommitMessageField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
600 B
Referenced Files
None
Subscribers
None
DifferentialSubscribersCommitMessageField.php
View Options
<?php
final
class
DifferentialSubscribersCommitMessageField
extends
DifferentialCommitMessageField
{
const
FIELDKEY
=
'ccPHIDs'
;
public
function
getFieldName
()
{
return
pht
(
'Subscribers'
);
}
public
function
getFieldAliases
()
{
return
array
(
'CC'
,
'CCs'
,
'Subscriber'
,
);
}
public
function
parseFieldValue
(
$value
)
{
return
$this
->
parseObjectList
(
$value
,
array
(
PhabricatorPeopleUserPHIDType
::
TYPECONST
,
PhabricatorProjectProjectPHIDType
::
TYPECONST
,
PhabricatorOwnersPackagePHIDType
::
TYPECONST
,
));
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 2:26 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
71910
Default Alt Text
DifferentialSubscribersCommitMessageField.php (600 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment