Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F19082521
HeraldCondition.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
671 B
Referenced Files
None
Subscribers
None
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
,
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'fieldName'
=>
'text255'
,
'fieldCondition'
=>
'text255'
,
'value'
=>
'text'
,
),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'ruleID'
=>
array
(
'columns'
=>
array
(
'ruleID'
),
),
),
)
+
parent
::
getConfiguration
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Dec 4, 11:25 AM (1 d, 21 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8189132
Default Alt Text
HeraldCondition.php (671 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment