PHP 클래스 Pinq\Analysis\TypeOperations\Method

저자: Elliot Levin ([email protected])
상속: extends TypeOperation, implements Pinq\Analysis\IMethod
파일 보기 프로젝트 열기: timetoogo/pinq

보호된 프로퍼티들

프로퍼티 타입 설명
$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