Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
The "bookshelves" collection of methods. More...
Public Member Functions | |
addVolume ($shelf, $volumeId, $optParams=array()) | |
Adds a volume to a bookshelf. | |
call ($name, $arguments, $expected_class=null) | |
TODO: This function needs simplifying. | |
clearVolumes ($shelf, $optParams=array()) | |
Clears all volumes from a bookshelf. | |
get ($shelf, $optParams=array()) | |
Retrieves metadata for a specific bookshelf belonging to the authenticated user. | |
listMylibraryBookshelves ($optParams=array()) | |
Retrieves a list of bookshelves belonging to the authenticated user. | |
moveVolume ($shelf, $volumeId, $volumePosition, $optParams=array()) | |
Moves a volume within a bookshelf. | |
removeVolume ($shelf, $volumeId, $optParams=array()) | |
Removes a volume from a bookshelf. | |
Protected Member Functions | |
convertToArrayAndStripNulls ($o) | |
The "bookshelves" collection of methods.
Typical usage is: $booksService = new Google_Service_Books(...); $bookshelves = $booksService->bookshelves;
Google_Service_Books_MylibraryBookshelves_Resource::addVolume | ( | $shelf, | |
$volumeId, | |||
$optParams = array() ) |
Adds a volume to a bookshelf.
(bookshelves.addVolume)
string | $shelf | ID of bookshelf to which to add a volume. |
string | $volumeId | ID of volume to add. |
array | $optParams | Optional parameters. |
@opt_param string reason The reason for which the book is added to the library. @opt_param string source String to identify the originator of this request.
|
inherited |
TODO: This function needs simplifying.
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
Google_Http_Request|expected_class |
Google_Exception |
Google_Service_Books_MylibraryBookshelves_Resource::clearVolumes | ( | $shelf, | |
$optParams = array() ) |
Clears all volumes from a bookshelf.
(bookshelves.clearVolumes)
string | $shelf | ID of bookshelf from which to remove a volume. |
array | $optParams | Optional parameters. |
@opt_param string source String to identify the originator of this request.
Google_Service_Books_MylibraryBookshelves_Resource::get | ( | $shelf, | |
$optParams = array() ) |
Retrieves metadata for a specific bookshelf belonging to the authenticated user.
(bookshelves.get)
string | $shelf | ID of bookshelf to retrieve. |
array | $optParams | Optional parameters. |
@opt_param string source String to identify the originator of this request.
Google_Service_Books_Bookshelf |
Google_Service_Books_MylibraryBookshelves_Resource::listMylibraryBookshelves | ( | $optParams = array() | ) |
Retrieves a list of bookshelves belonging to the authenticated user.
(bookshelves.listMylibraryBookshelves)
array | $optParams | Optional parameters. |
@opt_param string source String to identify the originator of this request.
Google_Service_Books_Bookshelves |
Google_Service_Books_MylibraryBookshelves_Resource::moveVolume | ( | $shelf, | |
$volumeId, | |||
$volumePosition, | |||
$optParams = array() ) |
Moves a volume within a bookshelf.
(bookshelves.moveVolume)
string | $shelf | ID of bookshelf with the volume. |
string | $volumeId | ID of volume to move. |
int | $volumePosition | Position on shelf to move the item (0 puts the item before the current first item, 1 puts it between the first and the second and so on.) |
array | $optParams | Optional parameters. |
@opt_param string source String to identify the originator of this request.
Google_Service_Books_MylibraryBookshelves_Resource::removeVolume | ( | $shelf, | |
$volumeId, | |||
$optParams = array() ) |
Removes a volume from a bookshelf.
(bookshelves.removeVolume)
string | $shelf | ID of bookshelf from which to remove a volume. |
string | $volumeId | ID of volume to remove. |
array | $optParams | Optional parameters. |
@opt_param string reason The reason for which the book is removed from the library. @opt_param string source String to identify the originator of this request.