Public Member Functions | |
__construct () | |
setTimestamp ($timestamp) | |
getTimestamp () | |
setText ($text) | |
getText () | |
Static Public Member Functions | |
static | create () |
Private Attributes | |
$timestamp = null | |
$text = null |
Definition at line 13 of file TextMessage.class.php.
TextMessage::__construct | ( | ) |
Definition at line 23 of file TextMessage.class.php.
References Timestamp::makeNow().
static TextMessage::create | ( | ) | [static] |
Definition at line 18 of file TextMessage.class.php.
TextMessage::getText | ( | ) |
Definition at line 47 of file TextMessage.class.php.
TextMessage::getTimestamp | ( | ) |
TextMessage::setText | ( | $ | text | ) |
Definition at line 40 of file TextMessage.class.php.
References $text.
TextMessage::setTimestamp | ( | $ | timestamp | ) |
Definition at line 28 of file TextMessage.class.php.
References $timestamp.
TextMessage::$text = null [private] |
Definition at line 16 of file TextMessage.class.php.
Referenced by setText().
TextMessage::$timestamp = null [private] |
Definition at line 15 of file TextMessage.class.php.
Referenced by setTimestamp().