From 42ea7f447f39fbc2f79eaaec31f8c10ede59c5d0 Mon Sep 17 00:00:00 2001 From: Gerrit Uitslag Date: Wed, 1 Oct 2014 11:30:27 +0200 Subject: Many PHPDocs, some unused and dyn declared vars many PHPDocs some unused variables some dynamically declared variables declared --- inc/IXR_Library.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'inc/IXR_Library.php') diff --git a/inc/IXR_Library.php b/inc/IXR_Library.php index 2becf4a54..6ec397894 100644 --- a/inc/IXR_Library.php +++ b/inc/IXR_Library.php @@ -140,6 +140,10 @@ class IXR_Message { var $_lastseen; // The XML parser var $_parser; + + /** + * @param string $message + */ function IXR_Message ($message) { $this->message = $message; } @@ -684,6 +688,13 @@ class IXR_IntrospectionServer extends IXR_Server { 'Returns a documentation string for the specified method' ); } + + /** + * @param string $method + * @param string $callback + * @param string[] $args + * @param string $help + */ function addCallback($method, $callback, $args, $help) { $this->callbacks[$method] = $callback; $this->signatures[$method] = $args; -- cgit v1.2.3