Documentation

InvalidParameterTypeException extends InvalidArgumentException
in package

Thrown when trying to inject a parameter into a constructor/method with an incompatible type.

Tags
author

Nicolas Grekas p@tchwork.com

author

Julien Maulny jmaulny@darkmira.fr

Table of Contents

__construct()  : mixed

Methods

__construct()

public __construct(string $serviceId, string $type, ReflectionParameter $parameter) : mixed
Parameters
$serviceId : string
$type : string
$parameter : ReflectionParameter
Return values
mixed

Search results