|
|
| $id |
| |
|
| $timestamp |
| |
|
| $title |
| |
|
| $content |
| |
|
| $display_flag |
| |
|
| $author_user_id |
| |
|
| $signature_flag |
| |
Post is a static snippet of news for homepage of web application.
◆ __construct()
| Post::__construct |
( |
|
$id, |
|
|
|
$timestamp, |
|
|
|
$title, |
|
|
|
$content, |
|
|
|
$display_flag, |
|
|
|
$author_user_id, |
|
|
|
$signature_flag |
|
) |
| |
Ctor of Post object for web application
- Parameters
-
| int | $id | |
| string | $timestamp | |
| string | $title | |
| string | $content | |
| bool | $display_flag | |
| int | $author_user_id | |
| int | $signature_flag | |
◆ NullCtor()
TODO - Constructor of Post with nothing inside. Not working yet.
- Returns
- void
◆ Serialize()
Serialize outputs 7/7 these members: id, timestamp, title, content, display_flag, author_user_id, signature_flag
- Returns
- string
The documentation for this class was generated from the following file: