Type Resolver

Callable_
in package
implements Type

FinalYes

Value Object representing a Callable type.

Tags
psalm-immutable

Table of Contents

Interfaces

Type

Properties

$parameters  : array<string|int, CallableParameter>
$returnType  : Type|null

Methods

__construct()  : mixed
__toString()  : string
Returns a rendered output of the Type as it would be used in a DocBlock.
getParameters()  : array<string|int, CallableParameter>
getReturnType()  : Type|null

Properties

Methods

__toString()

Returns a rendered output of the Type as it would be used in a DocBlock.

public __toString() : string
Return values
string

        
On this page

Search results