Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97593654
AlmanacBindingSetPropertyTransaction.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
Sun, Jan 5, 13:38
Size
613 B
Mime Type
text/x-php
Expires
Tue, Jan 7, 13:38 (2 d)
Engine
blob
Format
Raw Data
Handle
23358414
Attached To
rPH Phabricator
AlmanacBindingSetPropertyTransaction.php
View Options
<?php
final
class
AlmanacBindingSetPropertyTransaction
extends
AlmanacBindingTransactionType
{
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