Author: tross
Date: Fri May 24 20:44:11 2013
New Revision: 1486215

URL: http://svn.apache.org/r1486215
Log:
NO-JIRA - Added "route" function to the PHP binding.

Modified:
    qpid/proton/trunk/proton-c/bindings/php/proton.php

Modified: qpid/proton/trunk/proton-c/bindings/php/proton.php
URL: 
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/php/proton.php?rev=1486215&r1=1486214&r2=1486215&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/php/proton.php (original)
+++ qpid/proton/trunk/proton-c/bindings/php/proton.php Fri May 24 20:44:11 2013
@@ -140,6 +140,10 @@ class Messenger
     $message->_post_decode();
   }
 
+  public function route($pattern, $address) {
+    $this->_check(pn_messenger_route($this->impl, $pattern, $address));
+  }
+
   public function outgoing() {
     return pn_messenger_outgoing($this->impl);
   }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to