Open Journal Systems
3.3.0
|
Public Member Functions | |
addSection ($section, $context) | |
getFullProperties ($section, $args=null) | |
getProperties ($section, $props, $args=null) | |
getSectionList ($contextId, $activeOnly=false) | |
getSummaryProperties ($section, $args=null) | |
Definition at line 21 of file SectionService.inc.php.
APP\Services\SectionService::addSection | ( | $section, | |
$context | |||
) |
Add a new section
This does not check if the user is authorized to add a section, or validate or sanitize this section.
Definition at line 117 of file SectionService.inc.php.
References DAORegistry\getDAO().
APP\Services\SectionService::getFullProperties | ( | $section, | |
$args = null |
|||
) |
Definition at line 98 of file SectionService.inc.php.
References HookRegistry\call(), and APP\Services\SectionService\getSummaryProperties().
APP\Services\SectionService::getProperties | ( | $section, | |
$props, | |||
$args = null |
|||
) |
Definition at line 53 of file SectionService.inc.php.
References HookRegistry\call(), and PKPServices\get().
Referenced by APP\Services\SectionService\getSummaryProperties().
APP\Services\SectionService::getSectionList | ( | $contextId, | |
$activeOnly = false |
|||
) |
Get array of sections
int | $contextId | |
boolean | $activeOnly | Exclude inactive sections from the section list that is returned |
Definition at line 32 of file SectionService.inc.php.
References DAORegistry\getDAO().
APP\Services\SectionService::getSummaryProperties | ( | $section, | |
$args = null |
|||
) |
Definition at line 85 of file SectionService.inc.php.
References HookRegistry\call(), and APP\Services\SectionService\getProperties().
Referenced by APP\Services\SectionService\getFullProperties().