Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1385728
PhabricatorCalendarEventNameHeraldField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
399 B
Referenced Files
None
Subscribers
None
PhabricatorCalendarEventNameHeraldField.php
View Options
<?php
final
class
PhabricatorCalendarEventNameHeraldField
extends
PhabricatorCalendarEventHeraldField
{
const
FIELDCONST
=
'calendar.event.name'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Name'
);
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$object
->
getName
();
}
protected
function
getHeraldFieldStandardType
()
{
return
self
::
STANDARD_TEXT
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jul 7, 3:42 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
301704
Default Alt Text
PhabricatorCalendarEventNameHeraldField.php (399 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment