Properties¶
$innerService
¶
BookmarkServiceDecorator.php
:
18
|
|
Methods¶
__construct()
¶
BookmarkServiceDecorator.php
:
20
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$innerService | BookmarkService | - | - |
createBookmark()
¶
BookmarkServiceDecorator.php
:
25
Add location to bookmarks.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$location | Location | - | - |
deleteBookmark()
¶
BookmarkServiceDecorator.php
:
30
Delete given location from bookmarks.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$location | Location | - | - |
isBookmarked()
¶
BookmarkServiceDecorator.php
:
42
Return true if location is bookmarked.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$location | Location | - | - |
Return values
bool
loadBookmarks()
¶
BookmarkServiceDecorator.php
:
35
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 |