Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107312410
HeraldEffect.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, Apr 7, 01:53
Size
1 KB
Mime Type
text/x-php
Expires
Wed, Apr 9, 01:53 (2 d)
Engine
blob
Format
Raw Data
Handle
25378181
Attached To
rPH Phabricator
HeraldEffect.php
View Options
<?php
final
class
HeraldEffect
{
private
$objectPHID
;
private
$action
;
private
$target
;
private
$ruleID
;
private
$rulePHID
;
private
$effector
;
private
$reason
;
public
function
setObjectPHID
(
$object_phid
)
{
$this
->
objectPHID
=
$object_phid
;
return
$this
;
}
public
function
getObjectPHID
()
{
return
$this
->
objectPHID
;
}
public
function
setAction
(
$action
)
{
$this
->
action
=
$action
;
return
$this
;
}
public
function
getAction
()
{
return
$this
->
action
;
}
public
function
setTarget
(
$target
)
{
$this
->
target
=
$target
;
return
$this
;
}
public
function
getTarget
()
{
return
$this
->
target
;
}
public
function
setRuleID
(
$rule_id
)
{
$this
->
ruleID
=
$rule_id
;
return
$this
;
}
public
function
getRuleID
()
{
return
$this
->
ruleID
;
}
public
function
setRulePHID
(
$rule_phid
)
{
$this
->
rulePHID
=
$rule_phid
;
return
$this
;
}
public
function
getRulePHID
()
{
return
$this
->
rulePHID
;
}
public
function
setEffector
(
$effector
)
{
$this
->
effector
=
$effector
;
return
$this
;
}
public
function
getEffector
()
{
return
$this
->
effector
;
}
public
function
setReason
(
$reason
)
{
$this
->
reason
=
$reason
;
return
$this
;
}
public
function
getReason
()
{
return
$this
->
reason
;
}
}
Event Timeline
Log In to Comment