Documentation

ReflectionMapper
in package

Table of Contents

fromMethodReturnType()  : Type
reflectionMethodGetReturnType()  : ReflectionType|null
reflectionMethodHasReturnType()  : bool

Methods

fromMethodReturnType()

public fromMethodReturnType(ReflectionMethod $method) : Type
Parameters
$method : ReflectionMethod
Return values
Type

reflectionMethodGetReturnType()

private reflectionMethodGetReturnType(ReflectionMethod $method) : ReflectionType|null
Parameters
$method : ReflectionMethod
Return values
ReflectionType|null

reflectionMethodHasReturnType()

private reflectionMethodHasReturnType(ReflectionMethod $method) : bool
Parameters
$method : ReflectionMethod
Return values
bool

Search results