Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98226717
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
Sat, Jan 11, 06:08
Size
598 B
Mime Type
text/x-php
Expires
Mon, Jan 13, 06:08 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23538041
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