Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F464851
ManiphestCustomFieldStatusParser.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
948 B
Referenced Files
None
Subscribers
None
ManiphestCustomFieldStatusParser.php
View Options
<?php
final
class
ManiphestCustomFieldStatusParser
extends
PhabricatorCustomFieldMonogramParser
{
protected
function
getPrefixes
()
{
return
array
(
'resolve'
,
'resolves'
,
'resolved'
,
'fix'
,
'fixes'
,
'fixed'
,
'wontfix'
,
'wontfixes'
,
'wontfixed'
,
'spite'
,
'spites'
,
'spited'
,
'invalidate'
,
'invalidates'
,
'invalidated'
,
'close'
,
'closes'
,
'closed'
,
'ref'
,
'refs'
,
'references'
,
'cf.'
,
);
}
protected
function
getInfixes
()
{
return
array
(
'task'
,
'tasks'
,
'issue'
,
'issues'
,
'bug'
,
'bugs'
,
);
}
protected
function
getSuffixes
()
{
return
array
(
'as resolved'
,
'as fixed'
,
'as wontfix'
,
'as spite'
,
'out of spite'
,
'as invalid'
,
);
}
protected
function
getMonogramPattern
()
{
return
'[tT]
\d
+'
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 10:01 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
74248
Default Alt Text
ManiphestCustomFieldStatusParser.php (948 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment