Page MenuHomePhabricator

D19113.id45802.diff
No OneTemporary

D19113.id45802.diff

diff --git a/src/applications/phriction/conduit/PhrictionInfoConduitAPIMethod.php b/src/applications/phriction/conduit/PhrictionInfoConduitAPIMethod.php
--- a/src/applications/phriction/conduit/PhrictionInfoConduitAPIMethod.php
+++ b/src/applications/phriction/conduit/PhrictionInfoConduitAPIMethod.php
@@ -10,6 +10,16 @@
return pht('Retrieve information about a Phriction document.');
}
+ public function getMethodStatus() {
+ return self::METHOD_STATUS_FROZEN;
+ }
+
+ public function getMethodStatusDescription() {
+ return pht(
+ 'This method is frozen and will eventually be deprecated. New code '.
+ 'should use "phriction.document.search" instead.');
+ }
+
protected function defineParamTypes() {
return array(
'slug' => 'required string',

File Metadata

Mime Type
text/plain
Expires
Fri, May 24, 10:53 AM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6301926
Default Alt Text
D19113.id45802.diff (793 B)

Event Timeline