Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96179004
DifferentialCustomFieldDependsOnParser.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
Mon, Dec 23, 12:26
Size
500 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 12:26 (2 d)
Engine
blob
Format
Raw Data
Handle
23139419
Attached To
rPH Phabricator
DifferentialCustomFieldDependsOnParser.php
View Options
<?php
final
class
DifferentialCustomFieldDependsOnParser
extends
PhabricatorCustomFieldMonogramParser
{
protected
function
getPrefixes
()
{
return
array
(
'depends on'
,
);
}
protected
function
getInfixes
()
{
return
array
(
'diff'
,
'diffs'
,
'change'
,
'changes'
,
'rev'
,
'revs'
,
'revision'
,
);
}
protected
function
getSuffixes
()
{
return
array
();
}
protected
function
getMonogramPattern
()
{
return
'D
\d
+'
;
}
}
Event Timeline
Log In to Comment