X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=php%2Fmethods.py;h=3e20a31948938b816d82de08508a0ade294eac61;hb=9eec67cc51b69f9730379d321e9065d533aa424b;hp=ca34773cfcaefefa27d1fed1ec26282ca5c7bfcf;hpb=a74854dd38cb742b8fdc0d0cda7fff738a95312c;p=plcapi.git diff --git a/php/methods.py b/php/methods.py index ca34773..3e20a31 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