Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105886337
PhabricatorAuthMessageEditor.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
Thu, Mar 20, 13:51
Size
525 B
Mime Type
text/x-php
Expires
Sat, Mar 22, 13:51 (2 d)
Engine
blob
Format
Raw Data
Handle
25066515
Attached To
rPH Phabricator
PhabricatorAuthMessageEditor.php
View Options
<?php
final
class
PhabricatorAuthMessageEditor
extends
PhabricatorApplicationTransactionEditor
{
public
function
getEditorApplicationClass
()
{
return
'PhabricatorAuthApplication'
;
}
public
function
getEditorObjectsDescription
()
{
return
pht
(
'Auth Messages'
);
}
public
function
getCreateObjectTitle
(
$author
,
$object
)
{
return
pht
(
'%s created this message.'
,
$author
);
}
public
function
getCreateObjectTitleForFeed
(
$author
,
$object
)
{
return
pht
(
'%s created %s.'
,
$author
,
$object
);
}
}
Event Timeline
Log In to Comment