XOOPS
2.6.0
|
Public Member Functions | |
backend ($limit) | |
userMenus () | |
userPosts ($uid) | |
waiting () | |
Public Member Functions inherited from Xoops\Module\Plugin\PluginAbstract | |
__construct ($dirname) | |
Definition at line 20 of file system.php.
CommentsSystemPlugin::backend | ( | $limit | ) |
Used to populate backend
int | $limit | : Number of item for backend |
Expects an array containing: title : Title for the backend items link : Link for the backend items content : content for the backend items date : Date of the backend items
Implements SystemPluginInterface.
Definition at line 52 of file system.php.
CommentsSystemPlugin::userMenus | ( | ) |
Used to populate the User Block Expects an array containing: name : Name for the Link link : Link relative to module image : Url of image to display, please use 16px*16px image
Implements SystemPluginInterface.
Definition at line 66 of file system.php.
CommentsSystemPlugin::userPosts | ( | $uid | ) |
int | $uid |
Implements SystemPluginInterface.
Definition at line 27 of file system.php.
References $comments, $criteria, $uid, and Comments\getInstance().
CommentsSystemPlugin::waiting | ( | ) |
Implements SystemPluginInterface.
Definition at line 39 of file system.php.
References $comments, $count, $criteria, Comments\getInstance(), and Xoops\getInstance().