Flow PHP

SchemaDefinitionNotFoundException extends InvalidArgumentException

FinalYes

Methods

__construct()  : mixed
because()  : self
entry()  : string
suggestions()  : array<int, string>
The names closest to the one that was not found, ranked by similarity and capped - not the full column list.
withAvailable()  : self

Methods

__construct()

public __construct(string $entry[, array<int, string> $suggestions = [] ]) : mixed
Parameters
$entry : string
$suggestions : array<int, string> = []

because()

public static because(string $format, float|int|string ...$parameters) : self
Parameters
$format : string
$parameters : float|int|string
Return values
self

suggestions()

The names closest to the one that was not found, ranked by similarity and capped - not the full column list.

public suggestions() : array<int, string>
Return values
array<int, string>

withAvailable()

public static withAvailable(string $entry, string ...$available) : self
Parameters
$entry : string
$available : string
Return values
self
On this page

Search results