Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F467821
AlmanacDeviceDeletePropertyTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
462 B
Referenced Files
None
Subscribers
None
AlmanacDeviceDeletePropertyTransaction.php
View Options
<?php
final
class
AlmanacDeviceDeletePropertyTransaction
extends
AlmanacDeviceTransactionType
{
const
TRANSACTIONTYPE
=
'almanac:property:remove'
;
public
function
generateOldValue
(
$object
)
{
return
$this
->
getAlmanacPropertyOldValue
(
$object
);
}
public
function
applyInternalEffects
(
$object
,
$value
)
{
return
$this
->
deleteAlmanacProperty
(
$object
);
}
public
function
getTitle
()
{
return
$this
->
getAlmanacDeletePropertyTitle
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 6, 4:00 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
80111
Default Alt Text
AlmanacDeviceDeletePropertyTransaction.php (462 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment