Documentation

DefaultValueResolver
in package
implements ArgumentValueResolverInterface

FinalYes

Yields the default value defined in the action signature when no value has been given.

Tags
author

Iltar van der Berg kjarli@gmail.com

Table of Contents

Interfaces

ArgumentValueResolverInterface
Responsible for resolving the value of an argument based on its metadata.

Methods

resolve()  : iterable<string|int, mixed>
Returns the possible value(s).
supports()  : bool
Whether this resolver can resolve the value for the given ArgumentMetadata.

Methods


        
On this page

Search results