Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122616832
HeraldCondition.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
Mon, Jul 21, 00:36
Size
392 B
Mime Type
text/x-php
Expires
Wed, Jul 23, 00:36 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27526612
Attached To
rPH Phabricator
HeraldCondition.php
View Options
<?php
final
class
HeraldCondition
extends
HeraldDAO
{
protected
$ruleID
;
protected
$fieldName
;
protected
$fieldCondition
;
protected
$value
;
protected
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_SERIALIZATION
=>
array
(
'value'
=>
self
::
SERIALIZATION_JSON
,
),
self
::
CONFIG_TIMESTAMPS
=>
false
,
)
+
parent
::
getConfiguration
();
}
}
Event Timeline
Log In to Comment