Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F21409818
PhabricatorDatasourceEditType.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
410 B
Referenced Files
None
Subscribers
None
PhabricatorDatasourceEditType.php
View Options
<?php
final
class
PhabricatorDatasourceEditType
extends
PhabricatorPHIDListEditType
{
public
function
generateTransactions
(
PhabricatorApplicationTransaction
$template
,
array
$spec
)
{
$value
=
idx
(
$spec
,
'value'
);
$xaction
=
$this
->
newTransaction
(
$template
)
->
setNewValue
(
$value
);
return
array
(
$xaction
);
}
public
function
getValueDescription
()
{
return
'?'
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 31, 11:28 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
16391599
Default Alt Text
PhabricatorDatasourceEditType.php (410 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment