Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99076242
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
Sun, Jan 19, 12:56
Size
676 B
Mime Type
text/x-php
Expires
Tue, Jan 21, 12:56 (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
23700934
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