Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Pinq
Analysis
IField
PHP Interface Pinq\Analysis\IField
$val->field;
Author:
Elliot Levin (
[email protected]
)
Inheritance:
extends
Pinq\Analysis\ITypeOperation
显示文件
Open project: timetoogo/pinq
Public Methods
Method
Description
getName
( ) :
string
Gets the name of the field.
isStatic
( ) :
boolean
Whether the field is static.
Method Details
getName()
public
method
Gets the name of the field.
public
getName
( ) :
string
return
string
isStatic()
public
method
Whether the field is static.
public
isStatic
( ) :
boolean
return
boolean