Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97939056
PhabricatorConduitResultInterface.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, Jan 7, 19:15
Size
676 B
Mime Type
text/x-php
Expires
Thu, Jan 9, 19:15 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23445985
Attached To
rPH Phabricator
PhabricatorConduitResultInterface.php
View Options
<?php
interface
PhabricatorConduitResultInterface
extends
PhabricatorPHIDInterface
{
public
function
getFieldSpecificationsForConduit
();
public
function
getFieldValuesForConduit
();
}
// TEMPLATE IMPLEMENTATION /////////////////////////////////////////////////////
/* -( PhabricatorConduitResultInterface )---------------------------------- */
/*
public function getFieldSpecificationsForConduit() {
return array(
'name' => array(
'type' => 'string',
'description' => pht('The name of the object.'),
),
);
}
public function getFieldValuesForConduit() {
return array(
'name' => $this->getName(),
);
}
*/
Event Timeline
Log In to Comment