Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104535356
HeraldConditionConfig.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, Mar 10, 06:30
Size
871 B
Mime Type
text/x-php
Expires
Wed, Mar 12, 06:30 (2 d)
Engine
blob
Format
Raw Data
Handle
24805927
Attached To
rPH Phabricator
HeraldConditionConfig.php
View Options
<?php
final
class
HeraldConditionConfig
{
// TODO: Remove; still used by Engine/etc.
const
CONDITION_CONTAINS
=
'contains'
;
const
CONDITION_NOT_CONTAINS
=
'!contains'
;
const
CONDITION_IS
=
'is'
;
const
CONDITION_IS_NOT
=
'!is'
;
const
CONDITION_IS_ANY
=
'isany'
;
const
CONDITION_IS_NOT_ANY
=
'!isany'
;
const
CONDITION_INCLUDE_ALL
=
'all'
;
const
CONDITION_INCLUDE_ANY
=
'any'
;
const
CONDITION_INCLUDE_NONE
=
'none'
;
const
CONDITION_IS_ME
=
'me'
;
const
CONDITION_IS_NOT_ME
=
'!me'
;
const
CONDITION_REGEXP
=
'regexp'
;
const
CONDITION_RULE
=
'conditions'
;
const
CONDITION_NOT_RULE
=
'!conditions'
;
const
CONDITION_EXISTS
=
'exists'
;
const
CONDITION_NOT_EXISTS
=
'!exists'
;
const
CONDITION_REGEXP_PAIR
=
'regexp-pair'
;
}
Event Timeline
Log In to Comment