Author class.
More...
|
| | __construct (int $id, int $pictureitemid, string $firstname, string $lastname, string $fullname, string $email, bool $deleted, string $middlename=null, string $firstnamephonetic=null, string $lastnamephonetic=null, string $alternatename=null, string $imagealt=null) |
| | Constructor. More...
|
| |
| | get_alternate_name () |
| | Return the alternate name. More...
|
| |
| | get_email () |
| | Return the email. More...
|
| |
| | get_first_name () |
| | Return the first name. More...
|
| |
| | get_first_name_phonetic () |
| | Return the first name phonetic. More...
|
| |
| | get_full_name () |
| | Return the full name. More...
|
| |
| | get_id () |
| | Return the id. More...
|
| |
| | get_image_alt () |
| | Return the image alt. More...
|
| |
| | get_last_name () |
| | Return the last name. More...
|
| |
| | get_last_name_phonetic () |
| | Return the last name phonetic. More...
|
| |
| | get_middle_name () |
| | Return the middle name. More...
|
| |
| | get_picture_item_id () |
| | Return the picture item id. More...
|
| |
| | is_deleted () |
| | Is the author deleted? More...
|
| |
◆ __construct()
| mod_forum\local\entities\author::__construct |
( |
int |
$id, |
|
|
int |
$pictureitemid, |
|
|
string |
$firstname, |
|
|
string |
$lastname, |
|
|
string |
$fullname, |
|
|
string |
$email, |
|
|
bool |
$deleted, |
|
|
string |
$middlename = null, |
|
|
string |
$firstnamephonetic = null, |
|
|
string |
$lastnamephonetic = null, |
|
|
string |
$alternatename = null, |
|
|
string |
$imagealt = null |
|
) |
| |
Constructor.
- Parameters
-
| int | $id | ID |
| int | $pictureitemid | Picture item id |
| string | $firstname | First name |
| string | $lastname | Last name |
| string | $fullname | Full name |
| string | $email | Email |
| string | null | $middlename | Middle name |
| string | null | $firstnamephonetic | Phonetic spelling of first name |
| string | null | $lastnamephonetic | Phonetic spelling of last name |
| string | null | $alternatename | Altername name |
| string | null | $imagealt | Image alt |
◆ get_alternate_name()
| mod_forum\local\entities\author::get_alternate_name |
( |
| ) |
|
Return the alternate name.
- Return values
-
◆ get_email()
| mod_forum\local\entities\author::get_email |
( |
| ) |
|
Return the email.
- Return values
-
◆ get_first_name()
| mod_forum\local\entities\author::get_first_name |
( |
| ) |
|
Return the first name.
- Return values
-
◆ get_first_name_phonetic()
| mod_forum\local\entities\author::get_first_name_phonetic |
( |
| ) |
|
Return the first name phonetic.
- Return values
-
◆ get_full_name()
| mod_forum\local\entities\author::get_full_name |
( |
| ) |
|
Return the full name.
- Return values
-
◆ get_id()
| mod_forum\local\entities\author::get_id |
( |
| ) |
|
Return the id.
- Return values
-
◆ get_image_alt()
| mod_forum\local\entities\author::get_image_alt |
( |
| ) |
|
Return the image alt.
- Return values
-
◆ get_last_name()
| mod_forum\local\entities\author::get_last_name |
( |
| ) |
|
Return the last name.
- Return values
-
◆ get_last_name_phonetic()
| mod_forum\local\entities\author::get_last_name_phonetic |
( |
| ) |
|
Return the last name phonetic.
- Return values
-
◆ get_middle_name()
| mod_forum\local\entities\author::get_middle_name |
( |
| ) |
|
Return the middle name.
- Return values
-
◆ get_picture_item_id()
| mod_forum\local\entities\author::get_picture_item_id |
( |
| ) |
|
Return the picture item id.
- Return values
-
◆ is_deleted()
| mod_forum\local\entities\author::is_deleted |
( |
| ) |
|
Is the author deleted?
- Return values
-
The documentation for this class was generated from the following file: