Template Sloth
Public Member Functions | Protected Attributes | List of all members
ArgumentValueResolver Class Reference

Inheritance diagram for ArgumentValueResolver

Public Member Functions

 __construct (Sloth $sloth)
 
 supports (Request $request, ArgumentMetadata $argument)
 
 resolve (Request $request, ArgumentMetadata $argument)
 

Protected Attributes

 $sloth
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( Sloth  $sloth)

Member Function Documentation

◆ supports()

supports ( Request  $request,
ArgumentMetadata  $argument 
)

◆ resolve()

resolve ( Request  $request,
ArgumentMetadata  $argument 
)

Member Data Documentation

◆ $sloth

$sloth
protected