Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118955446
PhabricatorProjectTransaction.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
Mon, Jun 23, 07:20
Size
482 B
Mime Type
text/x-php
Expires
Wed, Jun 25, 07:20 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26917718
Attached To
rPH Phabricator
PhabricatorProjectTransaction.php
View Options
<?php
/**
* @group project
*/
final
class
PhabricatorProjectTransaction
extends
PhabricatorProjectDAO
{
protected
$projectID
;
protected
$authorPHID
;
protected
$transactionType
;
protected
$oldValue
;
protected
$newValue
;
public
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_SERIALIZATION
=>
array
(
'oldValue'
=>
self
::
SERIALIZATION_JSON
,
'newValue'
=>
self
::
SERIALIZATION_JSON
,
),
)
+
parent
::
getConfiguration
();
}
}
Event Timeline
Log In to Comment