Open Monograph Press
3.3.0
|
Additional Inherited Members | |
![]() | |
$_data = array() | |
$_extractionAdaptersLoaded = false | |
$_hasLoadableAdapters = false | |
$_injectionAdaptersLoaded = false | |
$_metadataExtractionAdapters = array() | |
$_metadataInjectionAdapters = array() | |
Series::__construct | ( | ) |
Series::getDescription | ( | $locale | ) |
Get series description.
Definition at line 170 of file Series.inc.php.
References DataObject\getData().
Series::getEditorsString | ( | ) |
Returns a string with the full name of all series editors, separated by a comma.
Definition at line 269 of file Series.inc.php.
References DAORegistry\getDAO(), DataObject\getId(), and getPressId().
Series::getFeatured | ( | ) |
Get the featured flag.
Definition at line 186 of file Series.inc.php.
References DataObject\getData().
Series::getImage | ( | ) |
Get the image.
Definition at line 202 of file Series.inc.php.
References DataObject\getData().
Series::getIsInactive | ( | ) |
Return boolean indicating if series should be inactivated.
Definition at line 292 of file Series.inc.php.
References DataObject\getData().
Series::getLocalizedDescription | ( | ) |
Get series description.
Definition at line 162 of file Series.inc.php.
References DataObject\getLocalizedData().
Series::getLocalizedFullTitle | ( | ) |
Get the series full title (with title and subtitle).
Definition at line 80 of file Series.inc.php.
References PKPString\concatTitleFields(), getLocalizedSubtitle(), and PKPSection\getLocalizedTitle().
Series::getLocalizedPrefix | ( | ) |
Get localized prefix for the series.
Definition at line 94 of file Series.inc.php.
References DataObject\getLocalizedData().
Referenced by getLocalizedTitle().
Series::getLocalizedSubtitle | ( | ) |
Get the localized version of the subtitle
Definition at line 120 of file Series.inc.php.
References DataObject\getLocalizedData().
Referenced by getLocalizedFullTitle().
Series::getLocalizedTitle | ( | $includePrefix = true | ) |
Get localized title of section.
$includePrefix | bool |
Definition at line 48 of file Series.inc.php.
References DataObject\getLocalizedData(), and getLocalizedPrefix().
Series::getOnlineISSN | ( | ) |
Get online ISSN.
Definition at line 218 of file Series.inc.php.
References DataObject\getData().
Series::getPath | ( | ) |
Get path to series (in URL).
Definition at line 146 of file Series.inc.php.
References DataObject\getData().
Series::getPrefix | ( | $locale | ) |
Get prefix of series.
$locale | string |
Definition at line 103 of file Series.inc.php.
References DataObject\getData().
Referenced by getTitle().
Series::getPressId | ( | ) |
Get ID of press.
Definition at line 31 of file Series.inc.php.
References PKPSection\getContextId().
Referenced by getEditorsString().
Series::getPrintISSN | ( | ) |
Get print ISSN.
Definition at line 234 of file Series.inc.php.
References DataObject\getData().
Series::getSortOption | ( | ) |
Get the option how the books in this series should be sorted, in the form: concat(sortBy, sortDir).
Definition at line 251 of file Series.inc.php.
References DataObject\getData().
Series::getSubtitle | ( | $locale | ) |
Get the subtitle for a given locale
string | $locale |
Definition at line 129 of file Series.inc.php.
References DataObject\getData().
Series::getTitle | ( | $locale, | |
$includePrefix = true |
|||
) |
Get title of section.
$locale | |
$includePrefix | bool |
Definition at line 62 of file Series.inc.php.
References DataObject\getData(), and getPrefix().
Series::setDescription | ( | $description, | |
$locale | |||
) |
Set series description.
string |
Definition at line 178 of file Series.inc.php.
References DataObject\setData().
Series::setFeatured | ( | $featured | ) |
Set the featured flag.
$featured | boolean |
Definition at line 194 of file Series.inc.php.
References DataObject\setData().
Series::setImage | ( | $image | ) |
Set the image.
$image | array |
Definition at line 210 of file Series.inc.php.
References DataObject\setData().
Series::setIsInactive | ( | $isInactive | ) |
Set if series should be inactivated.
$isInactive | int |
Definition at line 300 of file Series.inc.php.
References DataObject\setData().
Series::setOnlineISSN | ( | $onlineIssn | ) |
Set online ISSN.
$onlineIssn | string |
Definition at line 226 of file Series.inc.php.
References DataObject\setData().
Series::setPath | ( | $path | ) |
Set path to series (in URL).
$path | string |
Definition at line 154 of file Series.inc.php.
References DataObject\setData().
Series::setPrefix | ( | $prefix, | |
$locale | |||
) |
Set prefix of series.
$prefix | string |
$locale | string |
Definition at line 112 of file Series.inc.php.
References DataObject\setData().
Series::setPressId | ( | $pressId | ) |
Set ID of press.
$pressId | int |
Definition at line 39 of file Series.inc.php.
References PKPSection\setContextId().
Series::setPrintISSN | ( | $printIssn | ) |
Set print ISSN.
$printIssn | string |
Definition at line 242 of file Series.inc.php.
References DataObject\setData().
Series::setSortOption | ( | $sortOption | ) |
Set the option how the books in this series should be sorted, in the form: concat(sortBy, sortDir).
$sortOption | string |
Definition at line 260 of file Series.inc.php.
References DataObject\setData().
Series::setSubtitle | ( | $subtitle, | |
$locale | |||
) |
Set the subtitle for a locale
string | $subtitle | |
string | $locale |
Definition at line 138 of file Series.inc.php.
References DataObject\setData().