We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8078c0b commit 2e0ddbcCopy full SHA for 2e0ddbc
README.md
@@ -8,12 +8,13 @@ Usage
8
9
See the example files, but typical useage takes the form of:
10
11
-load class
+```
12
+//load class
13
$cpuapi = new cpaneluapi();
14
-Set the scope to the module we want to use. in this case, Mysql
15
+//Set the scope to the module we want to use. in this case, Mysql
16
$cpuapi->scope = 'Mysql';
17
-call the function we want like this. Any arguments are passed into the function as an array, in the form of param => value.
18
+//call the function we want like this. Any arguments are passed into the function as an array, in the form of param => value.
19
$cpuapi->get_restrictions();
-
20
0 commit comments