array( 'type' => 'phid?', 'description' => pht( 'PHID of the policy space this object is part of.'), ), ); } public function getFieldValuesForConduit($object) { return array( 'spacePHID' => $object->getSpacePHID(), ); } }