Properties¶
$innerService
¶
BookmarkServiceDecorator.php
:
17
|
|
Methods¶
__construct()
¶
BookmarkServiceDecorator.php
:
19
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$innerService | BookmarkService | - | - |
createBookmark()
¶
BookmarkServiceDecorator.php
:
24
Add location to bookmarks.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$location | Location | - | - |
deleteBookmark()
¶
BookmarkServiceDecorator.php
:
29
Delete given location from bookmarks.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$location | Location | - | - |
isBookmarked()
¶
BookmarkServiceDecorator.php
:
41
Return true if location is bookmarked.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$location | Location | - | - |
Return values
bool
loadBookmarks()
¶
BookmarkServiceDecorator.php
:
34
List bookmarked locations.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$offset | int | 0 |
the start offset for paging |
$limit | int | 25 |
the number of bookmarked locations returned |