ResolveResult
final class ResolveResult (View source)
The result of a RoutePartInterface::resolve() call if the corresponding Route Part resolved
Methods
__construct(string $resolvedValue, UriConstraints $uriConstraints = null, RouteTags $tags = null, RouteLifetime $lifetime = null)
No description
string|null
getResolvedValue()
No description
bool
hasUriConstraints()
No description
UriConstraints|null
getUriConstraints()
No description
bool
hasTags()
No description
bool
hasLifetime()
Whether this result has a lifetime
RouteLifetime|null
getLifetime()
RouteLifetime to be associated with the MatchResult, or NULL
Details
__construct(string $resolvedValue, UriConstraints $uriConstraints = null, RouteTags $tags = null, RouteLifetime $lifetime = null)
No description
string|null
getResolvedValue()
No description
bool
hasUriConstraints()
No description
UriConstraints|null
getUriConstraints()
No description
bool
hasTags()
No description
RouteTags|null
getTags()
No description
bool
hasLifetime()
Whether this result has a lifetime
RouteLifetime|null
getLifetime()
RouteLifetime to be associated with the MatchResult, or NULL