Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1094200
HeraldAction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
598 B
Referenced Files
None
Subscribers
None
HeraldAction.php
View Options
<?php
final
class
HeraldAction
extends
HeraldDAO
{
protected
$ruleID
;
protected
$action
;
protected
$target
;
protected
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_SERIALIZATION
=>
array
(
'target'
=>
self
::
SERIALIZATION_JSON
,
),
self
::
CONFIG_TIMESTAMPS
=>
false
,
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'action'
=>
'text255'
,
'target'
=>
'text'
,
),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'ruleID'
=>
array
(
'columns'
=>
array
(
'ruleID'
),
),
),
)
+
parent
::
getConfiguration
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 30, 8:29 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
268509
Default Alt Text
HeraldAction.php (598 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment