X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=php%2Fmethods.py;h=621cc913dd84b26eb39b9e643baed1c949987678;hb=dbd0288d599d2cb6fecf1e9bf7b4d0705a641f7a;hp=ca34773cfcaefefa27d1fed1ec26282ca5c7bfcf;hpb=a74854dd38cb742b8fdc0d0cda7fff738a95312c;p=plcapi.git diff --git a/php/methods.py b/php/methods.py index ca34773..621cc91 100755 --- a/php/methods.py +++ b/php/methods.py @@ -6,6 +6,7 @@ # Copyright (C) 2005 The Trustess of Princeton University # # $Id$ +# $URL$ # import os, sys @@ -43,8 +44,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