Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106681507
AlmanacBindingDeletePropertyTransaction.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
Sat, Mar 29, 23:24
Size
464 B
Mime Type
text/x-php
Expires
Tue, Apr 1, 00:24 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25251958
Attached To
rPH Phabricator
AlmanacBindingDeletePropertyTransaction.php
View Options
<?php
final
class
AlmanacBindingDeletePropertyTransaction
extends
AlmanacBindingTransactionType
{
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