expose all methods to php
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 17 Jun 2008 14:16:41 +0000 (14:16 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 17 Jun 2008 14:16:41 +0000 (14:16 +0000)
php/methods.py

index ca34773..3e20a31 100755 (executable)
@@ -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