interface Domain mixin Model (View source)

Properties

Tenant read-only $tenant

Methods

BelongsTo
tenant()

No description

void
__call(string $method, array $parameters)

IDE support. This will be a model. // todo check if we can remove these now

static void
__callStatic(string $method, array $parameters)

IDE support. This will be a model.

Details

BelongsTo tenant()

No description

Return Value

BelongsTo

void __call(string $method, array $parameters)

IDE support. This will be a model. // todo check if we can remove these now

Parameters

string $method
array $parameters

Return Value

void

static void __callStatic(string $method, array $parameters)

IDE support. This will be a model.

Parameters

string $method
array $parameters

Return Value

void