See Release Notes
Long Term Support Release
Differences Between: [Versions 401 and 402] [Versions 401 and 403]
(no description)
File Size: | 196 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ResourceLinkShareKey:: (7 methods):
__construct()
initialize()
initialise()
save()
delete()
getId()
load()
Class: ResourceLinkShareKey - X-Ref
Class to represent a tool consumer resource link share key__construct($resourceLink, $id = null) X-Ref |
Class constructor. param: ResourceLink $resourceLink Resource_Link object param: string $id Value of share key (optional, default is null) |
initialize() X-Ref |
Initialise the resource link share key. |
initialise() X-Ref |
Initialise the resource link share key. Pseudonym for initialize(). |
save() X-Ref |
Save the resource link share key to the database. return: boolean True if the share key was successfully saved |
delete() X-Ref |
Delete the resource link share key from the database. return: boolean True if the share key was successfully deleted |
getId() X-Ref |
Get share key value. return: string Share key value |
load() X-Ref |
Load the resource link share key from the database. |