Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F481824
PhabricatorProjectTriggerInvalidRule.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
423 B
Referenced Files
None
Subscribers
None
PhabricatorProjectTriggerInvalidRule.php
View Options
<?php
final
class
PhabricatorProjectTriggerInvalidRule
extends
PhabricatorProjectTriggerRule
{
const
TRIGGERTYPE
=
'invalid'
;
public
function
getDescription
()
{
return
pht
(
'Invalid rule (of type "%s").'
,
$this
->
getRecord
()->
getType
());
}
protected
function
assertValidRuleValue
(
$value
)
{
return
;
}
protected
function
newDropTransactions
(
$object
,
$value
)
{
return
array
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, May 7, 1:18 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
89284
Default Alt Text
PhabricatorProjectTriggerInvalidRule.php (423 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment