/lib/modules/module_blog.phpThis file defines a blog module for Sloodle.
| Class | Description |
|---|---|
SloodleModuleBlog
|
The Sloodle blog module class. |
SloodleBlogPost
|
Represents a single blog post |
SLOODLE_BLOG_VISIBILITY_PRIVATE = 'draft'
(line 21)
Blog visibility identifier for private posts. (These can only be viewed by the person who posted them)
SLOODLE_BLOG_VISIBILITY_PUBLIC = 'public'
(line 25)
Blog visibility identifier for public posts. (These can be viewed by anybody)
SLOODLE_BLOG_VISIBILITY_SITE = 'site'
(line 23)
Blog visibility identifier for site posts. (These can be viewed by anybody who is registered on the site)
Documentation generated on Mon, 07 Jul 2008 12:32:50 +0100 by phpDocumentor 1.4.0