The three possible outcomes of matching a request against the route table, so the
pipeline branches with an exhaustive `match()` instead of nullable/boolean guessing.
String-backed for logging and telemetry.
MatchStatus::cases()
public static functioncases():array
MatchStatus::from()
public static functionfrom(string|int$value): static
Parameters
Parameters of from()
Name
Type
Description
$value
string|int
MatchStatus::tryFrom()
public static functiontryFrom(string|int$value): ?static