Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4852451
HeraldRuleTypeConfig.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
HeraldRuleTypeConfig.php
View Options
<?php
final
class
HeraldRuleTypeConfig
extends
Phobject
{
const
RULE_TYPE_GLOBAL
=
'global'
;
const
RULE_TYPE_OBJECT
=
'object'
;
const
RULE_TYPE_PERSONAL
=
'personal'
;
public
static
function
getRuleTypeMap
(
)
{
$map
=
array
(
self
::
RULE_TYPE_PERSONAL
=>
pht
(
'Personal'
)
,
self
::
RULE_TYPE_OBJECT
=>
pht
(
'Object'
)
,
self
::
RULE_TYPE_GLOBAL
=>
pht
(
'Global'
)
,
)
;
return
$map
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 9, 06:34 (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1760253
Default Alt Text
HeraldRuleTypeConfig.php (413 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment