Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F504850
PhabricatorConduitResultInterface.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
853 B
Referenced Files
None
Subscribers
None
PhabricatorConduitResultInterface.php
View Options
<?php
interface
PhabricatorConduitResultInterface
extends
PhabricatorPHIDInterface
{
public
function
getFieldSpecificationsForConduit
();
public
function
getFieldValuesForConduit
();
public
function
getConduitSearchAttachments
();
}
// TEMPLATE IMPLEMENTATION /////////////////////////////////////////////////////
/* -( PhabricatorConduitResultInterface )---------------------------------- */
/*
public function getFieldSpecificationsForConduit() {
return array(
id(new PhabricatorConduitSearchFieldSpecification())
->setKey('name')
->setType('string')
->setDescription(pht('The name of the object.')),
);
}
public function getFieldValuesForConduit() {
return array(
'name' => $this->getName(),
);
}
public function getConduitSearchAttachments() {
return array();
}
*/
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 11, 3:14 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
99365
Default Alt Text
PhabricatorConduitResultInterface.php (853 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment