Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97901633
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
Tue, Jan 7, 09:16
Size
604 B
Mime Type
text/x-php
Expires
Thu, Jan 9, 09:16 (2 d)
Engine
blob
Format
Raw Data
Handle
23435370
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