Returns a model-related absolute url , deep-linking into the Hublify app.

Syntax

appUrlGotoDataset(string $datasetLabel, string $pageType, array $params = null): ?string


Parameter

@param string $datasetLabel Url shall point to this dataset (model)

@param string $pageType E.g. "list"

@param array|null $params Optional associative array for URL-GET-Params


Return

string|null Returns an absolute url. Returns NULL if no base-url for app could be determined.


Examples

Yet to come...

...