Class to represent a platform resource link share key. More...
Public Member Functions | |
__construct (ResourceLink $resourceLink, ?string $id=null) | |
Class constructor. | |
void | initialize () |
Initialise the resource link share key. | |
void | initialise () |
Initialise the resource link share key. | |
bool | save () |
Save the resource link share key to the database. | |
bool | delete () |
Delete the resource link share key from the database. | |
string | getId () |
Get share key value. | |
Class to represent a platform resource link share key.
__construct | ( | ResourceLink | $resourceLink, |
?string | $id = null ) |
Class constructor.
ResourceLink | $resourceLink | ResourceLink object |
string | null | $id | Value of share key (optional, default is null) |
bool delete | ( | ) |
Delete the resource link share key from the database.
string getId | ( | ) |
Get share key value.
Referenced by DataConnector_pgsql\saveAccessToken(), and DataConnector_sql\saveAccessToken().
void initialise | ( | ) |
Initialise the resource link share key.
Synonym for initialize().
bool save | ( | ) |
Save the resource link share key to the database.
References ResourceLinkShareKey\initialize().