Skip to content

Kirby 3.5.7.1

$api->model()

Returns an API model instance by name

$api->model(string $name = null, mixed $object = null): Kirby\Api\Model

Parameters

Name Type Default
$name string null
$object mixed null

Return type

Kirby\Api\Model

Exceptions

Type Description
Kirby\Exception\NotFoundException If no model for $name exists

Parent class

Kirby\Api\Api