Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2893612
PhabricatorUserLogType.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
413 B
Referenced Files
None
Subscribers
None
PhabricatorUserLogType.php
View Options
<?php
abstract
class
PhabricatorUserLogType
extends
Phobject
{
final
public
function
getLogTypeKey
(
)
{
return
$this
->
getPhobjectClassConstant
(
'LOGTYPE'
,
32
)
;
}
abstract
public
function
getLogTypeName
(
)
;
final
public
static
function
getAllLogTypes
(
)
{
return
id
(
new
PhutilClassMapQuery
(
)
)
->
setAncestorClass
(
__CLASS__
)
->
setUniqueMethod
(
'getLogTypeKey'
)
->
execute
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 18:45 (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127534
Default Alt Text
PhabricatorUserLogType.php (413 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment