Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91590439
AlmanacServiceDeletePropertyTransaction.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:40
Size
464 B
Mime Type
text/x-php
Expires
Thu, Nov 14, 12:40 (2 d)
Engine
blob
Format
Raw Data
Handle
22289291
Attached To
rPH Phabricator
AlmanacServiceDeletePropertyTransaction.php
View Options
<?php
final
class
AlmanacServiceDeletePropertyTransaction
extends
AlmanacServiceTransactionType
{
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