From: Thierry Parmentelat Date: Tue, 17 Jun 2008 14:16:41 +0000 (+0000) Subject: expose all methods to php X-Git-Tag: PLCAPI-4.3-1~26 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bde17a0267d4f646cf83858ff44d2df01dd303b8;p=plcapi.git expose all methods to php --- diff --git a/php/methods.py b/php/methods.py index ca34773c..3e20a319 100755 --- a/php/methods.py +++ b/php/methods.py @@ -43,8 +43,8 @@ def php_cast(value): # Class functions api = PLCAPI(None) -api.methods.sort() -for method in api.methods: +api.all_methods.sort() +for method in api.all_methods: # Skip system. methods if "system." in method: continue