Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F467808
AlmanacBindingEditor.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
461 B
Referenced Files
None
Subscribers
None
AlmanacBindingEditor.php
View Options
<?php
final
class
AlmanacBindingEditor
extends
AlmanacEditor
{
public
function
getEditorObjectsDescription
()
{
return
pht
(
'Almanac Binding'
);
}
public
function
getCreateObjectTitle
(
$author
,
$object
)
{
return
pht
(
'%s created this binding.'
,
$author
);
}
public
function
getCreateObjectTitleForFeed
(
$author
,
$object
)
{
return
pht
(
'%s created %s.'
,
$author
,
$object
);
}
protected
function
supportsSearch
()
{
return
true
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 6, 3:58 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
80095
Default Alt Text
AlmanacBindingEditor.php (461 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment