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
Joli
Jane
Generator
File
PHP Class Joli\Jane\Generator\File
Simply a correspondance between a filename and a AST
显示文件
Open project: jolicode/jane
Public Methods
Method
Description
__construct
(
$filename
,
PhpParser\Node
$node
,
$type
)
getFilename
( ) :
string
getNode
( ) :
PhpParser\Node
getType
( ) :
string
Method Details
__construct()
public
method
public
__construct
(
$filename
,
PhpParser\Node
$node
,
$type
)
$node
PhpParser\Node
getFilename()
public
method
public
getFilename
( ) :
string
return
string
getNode()
public
method
public
getNode
( ) :
PhpParser\Node
return
PhpParser\Node
getType()
public
method
public
getType
( ) :
string
return
string