PHP 클래스 Pinq\Analysis\Functions\Func

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

보호된 프로퍼티들

프로퍼티 타입 설명
$name string
$reflection ReflectionFunction
$returnType string

공개 메소드들

메소드 설명
__construct ( Pinq\Analysis\ITypeSystem $typeSystem, $name, $returnType )
getName ( )
getReflection ( )
getReturnType ( )
getReturnTypeWithArguments ( array $staticArguments )

메소드 상세

__construct() 공개 메소드

public __construct ( Pinq\Analysis\ITypeSystem $typeSystem, $name, $returnType )
$typeSystem Pinq\Analysis\ITypeSystem

getName() 공개 메소드

public getName ( )

getReflection() 공개 메소드

public getReflection ( )

getReturnType() 공개 메소드

public getReturnType ( )

getReturnTypeWithArguments() 공개 메소드

public getReturnTypeWithArguments ( array $staticArguments )
$staticArguments array

프로퍼티 상세

$name 보호되어 있는 프로퍼티

protected string $name
리턴 string

$reflection 보호되어 있는 프로퍼티

protected ReflectionFunction $reflection
리턴 ReflectionFunction

$returnType 보호되어 있는 프로퍼티

protected string $returnType
리턴 string