Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110726057
HeraldAction.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
Sun, Apr 27, 20:06
Size
598 B
Mime Type
text/x-php
Expires
Tue, Apr 29, 20:06 (2 d)
Engine
blob
Format
Raw Data
Handle
25838509
Attached To
rPH Phabricator
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
();
}
}
Event Timeline
Log In to Comment