| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
mod_forum data generator
| Copyright: | 2012 Petr Skoda {@link http://skodak.org} |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 328 lines (10 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
mod_forum_generator:: (6 methods):
reset()
create_instance()
create_subscription()
create_discussion()
create_post()
create_content()
Class: mod_forum_generator - X-Ref
Forum module data generator class| reset() X-Ref |
| To be called from data reset code only, do not use in tests. return: void |
| create_instance($record = null, array $options = null) X-Ref |
| No description |
| create_subscription($record = null) X-Ref |
| Function to create a dummy subscription. param: array|stdClass $record return: stdClass the subscription object |
| create_discussion($record = null) X-Ref |
| Function to create a dummy discussion. param: array|stdClass $record return: stdClass the discussion object |
| create_post($record = null) X-Ref |
| Function to create a dummy post. param: array|stdClass $record return: stdClass the post object |
| create_content($instance, $record = array() X-Ref |
| No description |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |