Describes a monograph chapter (or section). More...
Public Member Functions | |
| Chapter () | |
| Chapter () | |
| & | getAuthors () |
| & | getAuthors () |
| getLocalizedFullTitle () | |
| getLocalizedFullTitle () | |
| getLocalizedSubtitle () | |
| getLocalizedSubtitle () | |
| getLocalizedTitle () | |
| getLocalizedTitle () | |
| getMonographId () | |
| getMonographId () | |
| getSequence () | |
| getSequence () | |
| getSubtitle ($locale=null) | |
| getSubtitle ($locale=null) | |
| getTitle ($locale=null) | |
| getTitle ($locale=null) | |
| setMonographId ($monographId) | |
| setMonographId ($monographId) | |
| setSequence ($sequence) | |
| setSequence ($sequence) | |
| setSubtitle ($subtitle, $locale=null) | |
| setSubtitle ($subtitle, $locale=null) | |
| setTitle ($title, $locale=null) | |
| setTitle ($title, $locale=null) | |
Describes a monograph chapter (or section).
Definition at line 16 of file Chapter.inc.php.
| Chapter.Chapter | ( | ) |
Constructor
Definition at line 20 of file Chapter.inc.php.
| Chapter.Chapter | ( | ) |
Constructor
Definition at line 20 of file Chapter.inc.php.
| & Chapter.getAuthors | ( | ) |
Get all authors of this chapter.
Definition at line 128 of file Chapter.inc.php.
References getMonographId().
| & Chapter.getAuthors | ( | ) |
Get all authors of this chapter.
Definition at line 128 of file Chapter.inc.php.
References getMonographId().
| Chapter.getLocalizedFullTitle | ( | ) |
Get the chapter full title (with title and subtitle).
Definition at line 47 of file Chapter.inc.php.
References getLocalizedSubtitle(), and getLocalizedTitle().
| Chapter.getLocalizedFullTitle | ( | ) |
Get the chapter full title (with title and subtitle).
Definition at line 47 of file Chapter.inc.php.
References getLocalizedSubtitle(), and getLocalizedTitle().
| Chapter.getLocalizedSubtitle | ( | ) |
Get localized sub title of a chapter.
Definition at line 86 of file Chapter.inc.php.
Referenced by getLocalizedFullTitle().
| Chapter.getLocalizedSubtitle | ( | ) |
Get localized sub title of a chapter.
Definition at line 86 of file Chapter.inc.php.
| Chapter.getLocalizedTitle | ( | ) |
Get localized title of a chapter.
Definition at line 61 of file Chapter.inc.php.
| Chapter.getLocalizedTitle | ( | ) |
Get localized title of a chapter.
Definition at line 61 of file Chapter.inc.php.
Referenced by getLocalizedFullTitle().
| Chapter.getMonographId | ( | ) |
Get the monographId this chapter belongs to
Definition at line 31 of file Chapter.inc.php.
Referenced by getAuthors().
| Chapter.getMonographId | ( | ) |
Get the monographId this chapter belongs to
Definition at line 31 of file Chapter.inc.php.
| Chapter.getSequence | ( | ) |
| Chapter.getSequence | ( | ) |
| Chapter.getSubtitle | ( | $ | locale = null |
) |
Get sub title of chapter (primary locale)
| $locale | string |
Definition at line 95 of file Chapter.inc.php.
| Chapter.getSubtitle | ( | $ | locale = null |
) |
Get sub title of chapter (primary locale)
| $locale | string |
Definition at line 95 of file Chapter.inc.php.
| Chapter.getTitle | ( | $ | locale = null |
) |
Get title of chapter (primary locale)
| $locale | string |
Definition at line 70 of file Chapter.inc.php.
| Chapter.getTitle | ( | $ | locale = null |
) |
Get title of chapter (primary locale)
| $locale | string |
Definition at line 70 of file Chapter.inc.php.
| Chapter.setMonographId | ( | $ | monographId | ) |
Set the monographId this chapter belongs to
| int | $monographId |
Definition at line 39 of file Chapter.inc.php.
| Chapter.setMonographId | ( | $ | monographId | ) |
Set the monographId this chapter belongs to
| int | $monographId |
Definition at line 39 of file Chapter.inc.php.
| Chapter.setSequence | ( | $ | sequence | ) |
Set sequence of chapter.
| $sequence | float |
Definition at line 120 of file Chapter.inc.php.
| Chapter.setSequence | ( | $ | sequence | ) |
Set sequence of chapter.
| $sequence | float |
Definition at line 120 of file Chapter.inc.php.
| Chapter.setSubtitle | ( | $ | subtitle, | |
| $ | locale = null | |||
| ) |
Set sub title of chapter
| $subtitle | string | |
| $locale | string |
Definition at line 104 of file Chapter.inc.php.
| Chapter.setSubtitle | ( | $ | subtitle, | |
| $ | locale = null | |||
| ) |
Set sub title of chapter
| $subtitle | string | |
| $locale | string |
Definition at line 104 of file Chapter.inc.php.
| Chapter.setTitle | ( | $ | title, | |
| $ | locale = null | |||
| ) |
Set title of chapter
| $title | string | |
| $locale | string |
Definition at line 79 of file Chapter.inc.php.
| Chapter.setTitle | ( | $ | title, | |
| $ | locale = null | |||
| ) |
Set title of chapter
| $title | string | |
| $locale | string |
Definition at line 79 of file Chapter.inc.php.
1.7.1