Skip to content

Kirby 5.1.3

$license->request()

Sends a hub request

$license->request(string $path, array $data): array

Parameters

Name Type Default
$pathrequired string no default value
$datarequired array no default value

Return type

array

This method modifies the existing $license object it is applied to and returns it again.

Parent class

Kirby\Cms\License