mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 21:24:35 +04:00
added an example of what means calling a function "with prefix"
@@ -74,7 +74,7 @@ The System library ```/rpc/sys``` offers functionality to interact with the oper
|
||||
|
||||
**Exported Functions:**
|
||||
* [Complete luci.sys library](https://htmlpreview.github.io/?https://raw.githubusercontent.com/openwrt/luci/master/documentation/api/modules/luci.sys.html)
|
||||
* [Complete luci.sys.group library](https://htmlpreview.github.io/?https://raw.githubusercontent.com/openwrt/luci/master/documentation/api/modules/luci.sys.group.html) with prefix ```group```.
|
||||
* [Complete luci.sys.group library](https://htmlpreview.github.io/?https://raw.githubusercontent.com/openwrt/luci/master/documentation/api/modules/luci.sys.group.html) prefixing the method name with ```group.methodname```.
|
||||
* [Complete luci.sys.net library](https://htmlpreview.github.io/?https://raw.githubusercontent.com/openwrt/luci/master/documentation/api/modules/luci.sys.net.html) with prefix ```net```.
|
||||
* [Complete luci.sys.process library](https://htmlpreview.github.io/?https://raw.githubusercontent.com/openwrt/luci/master/documentation/api/modules/luci.sys.process.html) with prefix ```process```.
|
||||
* [Complete luci.sys.user library](https://htmlpreview.github.io/?https://raw.githubusercontent.com/openwrt/luci/master/documentation/api/modules/luci.sys.user.html) with prefix ```user```.
|
||||
|
||||
Reference in New Issue
Block a user