SloodleBlogPostRepresents a single blog post
Located in /lib/modules/module_blog.php (line 259)
void
set
(mixed $id, string $subject, string $body, SloodleUser $user, string $visibility, int $timestamp_created, int $timestamp_modified)
void
SloodleChatMessage
([mixed $id = 0], [string $subject = ''], [string $body = ''], [SloodleUser $user = null], [string $visibility = ''], [int $timestamp_created = 0], [int $timestamp_modified = 0])
string
$body
= '' (line 342)
The body of the post.
mixed
$id
= 0 (line 328)
The ID of the message.
The type depends on the VLE, but typically is an integer.
string
$subject
= '' (line 335)
The subject of the post.
int
$timestamp_created
= 0 (line 363)
Timestamp of when this message was created.
int
$timestamp_modified
= 0 (line 370)
Timestamp of when this message was last modified.
SloodleUser
$user
= null (line 349)
The user who wrote this message.
string
$visibility
= 0 (line 356)
The visibility of this post.
Loads the data from a post record object.
Accessor - set all members in a single call.
Constructor - initialises members.
Documentation generated on Mon, 07 Jul 2008 12:32:51 +0100 by phpDocumentor 1.4.0