Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
PHPStan
Reflection
ParametersAcceptor
PHP 인터페이스 PHPStan\Reflection\ParametersAcceptor
파일 보기
프로젝트 열기: phpstan/phpstan
0 사용 예제들
공개 메소드들
메소드
설명
getName
( ) :
string
getParameters
( ) :
array
getReturnType
( ) :
PHPStan\Type\Type
isVariadic
( ) :
boolean
메소드 상세
getName()
공개
메소드
public
getName
( ) :
string
리턴
string
getParameters()
공개
메소드
public
getParameters
( ) :
array
리턴
array
getReturnType()
공개
메소드
public
getReturnType
( ) :
PHPStan\Type\Type
리턴
PHPStan\Type\Type
isVariadic()
공개
메소드
public
isVariadic
( ) :
boolean
리턴
boolean