PUBLICATIONLISTS
in package
Common methods for publication lists
Table of Contents
Properties
- $bailOut : mixed
- boolean
Methods
- __construct() : mixed
- PUBLICATIONLISTS
- checkListInput() : string
- Check input for creating or editing a publications list
- createList() : mixed
- Create a publication list
- createListInit() : mixed
- Display settings for creating publication lists
- deleteList() : mixed
- Delete publication list
- deleteListInit() : mixed
- Ask for confirmation of delete publication list
- editList() : mixed
- Edit a publication list
- editListInit() : mixed
- Display settings for editing publication lists
- getListBibs() : array<string|int, mixed>
- Get the bibliographies in a publication list
- getLists() : array<string|int, mixed>
- Get publication lists
- initListDiv() : mixed
- AJAX-based DIV content creator to display list details
- listInit() : string|bool
- Display options for publication lists
Properties
$bailOut
boolean
public
mixed
$bailOut
= \FALSE
Methods
__construct()
PUBLICATIONLISTS
public
__construct() : mixed
checkListInput()
Check input for creating or editing a publications list
public
checkListInput([int $listId = 0 ]) : string
Parameters
- $listId : int = 0
-
Default is 0
Return values
stringcreateList()
Create a publication list
public
createList([bool $admin = false ]) : mixed
Parameters
- $admin : bool = false
-
Default is FALSE
createListInit()
Display settings for creating publication lists
public
createListInit([string|bool $message = false ][, bool $admin = false ]) : mixed
Parameters
- $message : string|bool = false
-
Default is FALSE
- $admin : bool = false
-
Default is FALSE
deleteList()
Delete publication list
public
deleteList([bool $admin = false ]) : mixed
Parameters
- $admin : bool = false
-
Default is FALSE
deleteListInit()
Ask for confirmation of delete publication list
public
deleteListInit([string|bool $message = false ][, bool $admin = false ]) : mixed
Parameters
- $message : string|bool = false
-
Default is FALSE
- $admin : bool = false
-
Default is FALSE
editList()
Edit a publication list
public
editList([bool $admin = false ]) : mixed
Parameters
- $admin : bool = false
-
Default is FALSE
editListInit()
Display settings for editing publication lists
public
editListInit([string|bool $message = false ][, bool $admin = false ]) : mixed
Parameters
- $message : string|bool = false
-
Default is FALSE
- $admin : bool = false
-
Default is FALSE
getListBibs()
Get the bibliographies in a publication list
public
getListBibs(int $listId) : array<string|int, mixed>
Parameters
- $listId : int
Return values
array<string|int, mixed>getLists()
Get publication lists
public
getLists(bool $admin) : array<string|int, mixed>
Parameters
- $admin : bool
Return values
array<string|int, mixed>initListDiv()
AJAX-based DIV content creator to display list details
public
initListDiv() : mixed
listInit()
Display options for publication lists
public
listInit([string|bool $message = false ][, bool $admin = false ]) : string|bool
Parameters
- $message : string|bool = false
-
Default is FALSE
- $admin : bool = false
-
Default is FALSE