3 interface PhabricatorConduitResultInterface
4 extends PhabricatorPHIDInterface
{
6 public function getFieldSpecificationsForConduit();
7 public function getFieldValuesForConduit();
8 public function getConduitSearchAttachments();
12 // TEMPLATE IMPLEMENTATION /////////////////////////////////////////////////////
14 /* -( PhabricatorConduitResultInterface )---------------------------------- */
17 public function getFieldSpecificationsForConduit() {
19 id(new PhabricatorConduitSearchFieldSpecification())
22 ->setDescription(pht('The name of the object.')),
26 public function getFieldValuesForConduit() {
28 'name' => $this->getName(),
32 public function getConduitSearchAttachments() {