Documentation

ArgumentMetadataFactory
in package
implements ArgumentMetadataFactoryInterface

FinalYes

Builds {@see ArgumentMetadata} objects based on the given Controller.

Tags
author

Iltar van der Berg kjarli@gmail.com

Table of Contents

Interfaces

ArgumentMetadataFactoryInterface
Builds method argument data.

Methods

createArgumentMetadata()  : array<string|int, ArgumentMetadata>
getType()  : string|null
Returns an associated type to the given parameter if available.

Methods

getType()

Returns an associated type to the given parameter if available.

private getType(ReflectionParameter $parameter, string|null $class) : string|null
Parameters
$parameter : ReflectionParameter
$class : string|null
Return values
string|null

        
On this page

Search results