Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Youshido
GraphQL
Parser
Ast
Interfaces
FieldInterface
PHP Interface Youshido\GraphQL\Parser\Ast\Interfaces\FieldInterface
Inheritance:
extends
Youshido\GraphQL\Parser\Ast\Interfaces\LocatableInterface
Mostra file
Open project: youshido/graphql
Interface Usage Examples
Public Methods
Method
Description
getAlias
( ) :
string
getArguments
( ) :
Argument[]
getName
( ) :
string
Method Details
getAlias()
public
method
public
getAlias
( ) :
string
return
string
getArguments()
public
method
public
getArguments
( ) :
Argument[]
return
Youshido\GraphQL\Parser\Ast\Argument[]
getName()
public
method
public
getName
( ) :
string
return
string