Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F467763
AlmanacDeviceSetPropertyTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
611 B
Referenced Files
None
Subscribers
None
AlmanacDeviceSetPropertyTransaction.php
View Options
<?php
final
class
AlmanacDeviceSetPropertyTransaction
extends
AlmanacDeviceTransactionType
{
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
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 6, 3:51 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
80069
Default Alt Text
AlmanacDeviceSetPropertyTransaction.php (611 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment