From 45b0fe42a979d444d547a5248eb2e9e915aaf16a Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 14 Jan 2007 02:10:24 +0000 Subject: Add "block-content" to allow user comments on block level elements in quickstart docs. --- tests/simple_unit/Soap/ContactManager.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'tests/simple_unit/Soap/ContactManager.php') diff --git a/tests/simple_unit/Soap/ContactManager.php b/tests/simple_unit/Soap/ContactManager.php index e8b12d99..8bf3d756 100644 --- a/tests/simple_unit/Soap/ContactManager.php +++ b/tests/simple_unit/Soap/ContactManager.php @@ -56,7 +56,7 @@ class ContactManager{ * @soapmethod */ public function saveContact(Contact $Contact) { - error_log(var_export($Contact,true)); + //error_log(var_export($Contact,true)); //$Contact->save(); return true; } @@ -70,6 +70,14 @@ class ContactManager{ return array(array(1,2), array("12", 1.2)); } + /** + * @return array + * @soapmethod + */ + public function getEmptyArray() + { + return array(); + } } -- cgit v1.2.3