PHP Класс Pinq\Analysis\TypeOperations\Method

Автор: Elliot Levin ([email protected])
Наследование: extends TypeOperation, implements Pinq\Analysis\IMethod
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$name string
$reflection ReflectionMethod

Открытые методы

Метод Описание
__construct ( Pinq\Analysis\ITypeSystem $typeSystem, $sourceType, ReflectionMethod $reflection, $returnType )
getName ( )
getReflection ( )
getReturnTypeWithArguments ( array $staticArguments )

Описание методов

__construct() публичный Метод

public __construct ( Pinq\Analysis\ITypeSystem $typeSystem, $sourceType, ReflectionMethod $reflection, $returnType )
$typeSystem Pinq\Analysis\ITypeSystem
$reflection ReflectionMethod

getName() публичный Метод

public getName ( )

getReflection() публичный Метод

public getReflection ( )

getReturnTypeWithArguments() публичный Метод

public getReturnTypeWithArguments ( array $staticArguments )
$staticArguments array

Описание свойств

$name защищенное свойство

protected string $name
Результат string

$reflection защищенное свойство

protected ReflectionMethod $reflection
Результат ReflectionMethod