Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105257545
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
Sat, Mar 15, 20:29
Size
405 B
Mime Type
text/x-php
Expires
Mon, Mar 17, 20:29 (2 d)
Engine
blob
Format
Raw Data
Handle
24953788
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