Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122574467
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, Jul 20, 15:15
Size
360 B
Mime Type
text/x-php
Expires
Tue, Jul 22, 15:15 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27504535
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
,
)
+
parent
::
getConfiguration
();
}
}
Event Timeline
Log In to Comment