Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91590680
AlmanacServiceSetPropertyTransaction.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
Tue, Nov 12, 12:43
Size
613 B
Mime Type
text/x-php
Expires
Thu, Nov 14, 12:43 (2 d)
Engine
blob
Format
Raw Data
Handle
22289348
Attached To
rPH Phabricator
AlmanacServiceSetPropertyTransaction.php
View Options
<?php
final
class
AlmanacServiceSetPropertyTransaction
extends
AlmanacServiceTransactionType
{
const
TRANSACTIONTYPE
=
'almanac:property:update'
;
public
function
generateOldValue
(
$object
)
{
return
$this
->
getAlmanacPropertyOldValue
(
$object
);
}
public
function
applyExternalEffects
(
$object
,
$value
)
{
return
$this
->
setAlmanacProperty
(
$object
,
$value
);
}
public
function
getTitle
()
{
return
$this
->
getAlmanacSetPropertyTitle
();
}
public
function
validateTransactions
(
$object
,
array
$xactions
)
{
return
$this
->
validateAlmanacSetPropertyTransactions
(
$object
,
$xactions
);
}
}
Event Timeline
Log In to Comment