Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108437113
HeraldRuleEdit.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
Wed, Apr 16, 19:10
Size
503 B
Mime Type
text/x-php
Expires
Fri, Apr 18, 19:10 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25582681
Attached To
rPH Phabricator
HeraldRuleEdit.php
View Options
<?php
final
class
HeraldRuleEdit
extends
HeraldDAO
{
protected
$editorPHID
;
protected
$ruleID
;
protected
$ruleName
;
protected
$action
;
public
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'ruleName'
=>
'text255'
,
'action'
=>
'text32'
,
),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'ruleID'
=>
array
(
'columns'
=>
array
(
'ruleID'
,
'dateCreated'
),
),
),
)
+
parent
::
getConfiguration
();
}
}
Event Timeline
Log In to Comment