expose all methods to php
[plcapi.git] / 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