Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3295174
PhortuneAccountEmailPHIDType.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
827 B
Referenced Files
None
Subscribers
None
PhortuneAccountEmailPHIDType.php
View Options
<?php
final
class
PhortuneAccountEmailPHIDType
extends
PhabricatorPHIDType
{
const
TYPECONST
=
'AEML'
;
public
function
getTypeName
(
)
{
return
pht
(
'Phortune Account Email'
)
;
}
public
function
newObject
(
)
{
return
new
PhortuneAccountEmail
(
)
;
}
public
function
getPHIDTypeApplicationClass
(
)
{
return
PhabricatorPhortuneApplication
::
class
;
}
protected
function
buildQueryForObjects
(
PhabricatorObjectQuery
$query
,
array
$phids
)
{
return
id
(
new
PhortuneAccountEmailQuery
(
)
)
->
withPHIDs
(
$phids
)
;
}
public
function
loadHandles
(
PhabricatorHandleQuery
$query
,
array
$handles
,
array
$objects
)
{
foreach
(
$handles
as
$phid
=>
$handle
)
{
$email
=
$objects
[
$phid
]
;
$id
=
$email
->
getID
(
)
;
$handle
->
setName
(
$email
->
getObjectName
(
)
)
;
}
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Mar 27, 01:07 (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1118765
Default Alt Text
PhortuneAccountEmailPHIDType.php (827 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment