Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90917443
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
Tue, Nov 5, 23:38
Size
503 B
Mime Type
text/x-php
Expires
Thu, Nov 7, 23:38 (1 d, 22 h)
Engine
blob
Format
Raw Data
Handle
22121696
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
'[Dd]
\d
+'
;
}
}
Event Timeline
Log In to Comment