Public Member Functions

Chapter Class Reference
[Monograph]

Describes a monograph chapter (or section). More...

List of all members.

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)

Detailed Description

Describes a monograph chapter (or section).

See also:
ChapterDAO

Definition at line 16 of file Chapter.inc.php.


Member Function Documentation

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.

Returns:
array Authors

Definition at line 128 of file Chapter.inc.php.

References getMonographId().

& Chapter.getAuthors (  ) 

Get all authors of this chapter.

Returns:
array Authors

Definition at line 128 of file Chapter.inc.php.

References getMonographId().

Chapter.getLocalizedFullTitle (  ) 

Get the chapter full title (with title and subtitle).

Returns:
string

Definition at line 47 of file Chapter.inc.php.

References getLocalizedSubtitle(), and getLocalizedTitle().

Chapter.getLocalizedFullTitle (  ) 

Get the chapter full title (with title and subtitle).

Returns:
string

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

Returns:
int

Definition at line 31 of file Chapter.inc.php.

Referenced by getAuthors().

Chapter.getMonographId (  ) 

Get the monographId this chapter belongs to

Returns:
int

Definition at line 31 of file Chapter.inc.php.

Chapter.getSequence (  ) 

Get sequence of chapter.

Returns:
float

Definition at line 112 of file Chapter.inc.php.

Chapter.getSequence (  ) 

Get sequence of chapter.

Returns:
float

Definition at line 112 of file Chapter.inc.php.

Chapter.getSubtitle ( locale = null  ) 

Get sub title of chapter (primary locale)

Parameters:
$locale string
Returns:
string

Definition at line 95 of file Chapter.inc.php.

Chapter.getSubtitle ( locale = null  ) 

Get sub title of chapter (primary locale)

Parameters:
$locale string
Returns:
string

Definition at line 95 of file Chapter.inc.php.

Chapter.getTitle ( locale = null  ) 

Get title of chapter (primary locale)

Parameters:
$locale string
Returns:
string

Definition at line 70 of file Chapter.inc.php.

Chapter.getTitle ( locale = null  ) 

Get title of chapter (primary locale)

Parameters:
$locale string
Returns:
string

Definition at line 70 of file Chapter.inc.php.

Chapter.setMonographId ( monographId  ) 

Set the monographId this chapter belongs to

Parameters:
int $monographId

Definition at line 39 of file Chapter.inc.php.

Chapter.setMonographId ( monographId  ) 

Set the monographId this chapter belongs to

Parameters:
int $monographId

Definition at line 39 of file Chapter.inc.php.

Chapter.setSequence ( sequence  ) 

Set sequence of chapter.

Parameters:
$sequence float

Definition at line 120 of file Chapter.inc.php.

Chapter.setSequence ( sequence  ) 

Set sequence of chapter.

Parameters:
$sequence float

Definition at line 120 of file Chapter.inc.php.

Chapter.setSubtitle ( subtitle,
locale = null 
)

Set sub title of chapter

Parameters:
$subtitle string
$locale string

Definition at line 104 of file Chapter.inc.php.

Chapter.setSubtitle ( subtitle,
locale = null 
)

Set sub title of chapter

Parameters:
$subtitle string
$locale string

Definition at line 104 of file Chapter.inc.php.

Chapter.setTitle ( title,
locale = null 
)

Set title of chapter

Parameters:
$title string
$locale string

Definition at line 79 of file Chapter.inc.php.

Chapter.setTitle ( title,
locale = null 
)

Set title of chapter

Parameters:
$title string
$locale string

Definition at line 79 of file Chapter.inc.php.


The documentation for this class was generated from the following files: