Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99000671
PhabricatorMailExternalMessage.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, Jan 18, 09:04
Size
381 B
Mime Type
text/x-php
Expires
Mon, Jan 20, 09:04 (2 d)
Engine
blob
Format
Raw Data
Handle
23683792
Attached To
rPH Phabricator
PhabricatorMailExternalMessage.php
View Options
<?php
abstract
class
PhabricatorMailExternalMessage
extends
Phobject
{
final
public
function
getMessageType
()
{
return
$this
->
getPhobjectClassConstant
(
'MESSAGETYPE'
);
}
final
public
static
function
getAllMessageTypes
()
{
return
id
(
new
PhutilClassMapQuery
())
->
setAncestorClass
(
__CLASS__
)
->
setUniqueMethod
(
'getMessageType'
)
->
execute
();
}
}
Event Timeline
Log In to Comment