Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99546271
PhabricatorCalendarEventNameHeraldField.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
Sat, Jan 25, 08:07
Size
399 B
Mime Type
text/x-php
Expires
Mon, Jan 27, 08:07 (2 d)
Engine
blob
Format
Raw Data
Handle
23820540
Attached To
rPH Phabricator
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
;
}
}
Event Timeline
Log In to Comment