Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2991611
DiffusionRepositoryIdentityEditor.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
609 B
Referenced Files
None
Subscribers
None
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
::
class
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Feb 23, 03:46 (1 d, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1145980
Default Alt Text
DiffusionRepositoryIdentityEditor.php (609 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment