Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F116572857
DiffusionRepositoryIdentityEditor.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, Jun 7, 17:39
Size
604 B
Mime Type
text/x-php
Expires
Mon, Jun 9, 17:39 (2 d)
Engine
blob
Format
Raw Data
Handle
26628688
Attached To
rPH Phabricator
DiffusionRepositoryIdentityEditor.php
View Options
<?php
final
class
DiffusionRepositoryIdentityEditor
extends
PhabricatorApplicationTransactionEditor
{
public
function
getEditorObjectsDescription
()
{
return
pht
(
'Repository Identity'
);
}
public
function
getCreateObjectTitle
(
$author
,
$object
)
{
return
pht
(
'%s created this identity.'
,
$author
);
}
public
function
getCreateObjectTitleForFeed
(
$author
,
$object
)
{
return
pht
(
'%s created %s.'
,
$author
,
$object
);
}
protected
function
supportsSearch
()
{
return
true
;
}
public
function
getEditorApplicationClass
()
{
return
'PhabricatorDiffusionApplication'
;
}
}
Event Timeline
Log In to Comment