Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91590344
AlmanacInterfaceEditor.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 12, 12:38
Size
405 B
Mime Type
text/x-php
Expires
Thu, Nov 14, 12:38 (2 d)
Engine
blob
Format
Raw Data
Handle
22289276
Attached To
rPH Phabricator
AlmanacInterfaceEditor.php
View Options
<?php
final
class
AlmanacInterfaceEditor
extends
AlmanacEditor
{
public
function
getEditorObjectsDescription
()
{
return
pht
(
'Almanac Interface'
);
}
public
function
getCreateObjectTitle
(
$author
,
$object
)
{
return
pht
(
'%s created this interface.'
,
$author
);
}
public
function
getCreateObjectTitleForFeed
(
$author
,
$object
)
{
return
pht
(
'%s created %s.'
,
$author
,
$object
);
}
}
Event Timeline
Log In to Comment