Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Pinq
Analysis
IObjectType
PHP 인터페이스 Pinq\Analysis\IObjectType
저자:
Elliot Levin (
[email protected]
)
상속:
extends
Pinq\Analysis\IType
파일 보기
프로젝트 열기: timetoogo/pinq
공개 메소드들
메소드
설명
getClassType
( ) :
string
Gets the qualified class name.
getReflection
( ) :
ReflectionClass
Gets the reflection of the class type.
메소드 상세
getClassType()
공개
메소드
Gets the qualified class name.
public
getClassType
( ) :
string
리턴
string
getReflection()
공개
메소드
Gets the reflection of the class type.
public
getReflection
( ) :
ReflectionClass
리턴
ReflectionClass