Documentation

ArgumentMetadataFactory
in package
implements ArgumentMetadataFactoryInterface

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

Tags
author

Iltar van der Berg kjarli@gmail.com

Interfaces, Classes and Traits

ArgumentMetadataFactoryInterface
Builds method argument data.

Table of Contents

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

Search results