Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93167882
AlmanacDeviceDeletePropertyTransaction.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 26, 17:46
Size
462 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 17:46 (2 d)
Engine
blob
Format
Raw Data
Handle
22585341
Attached To
rPH Phabricator
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
();
}
}
Event Timeline
Log In to Comment