Skip to content

Kirby 4.1.2

$database->trace()

Adds a value to the db trace and also returns the entire trace if nothing is specified

$database->trace(?array $data = null): array

Parameters

Name Type Default
$data array|null null

Return type

array

Parent class

Kirby\Database\Database