PHP Class Youshido\GraphQL\Parser\Ast\AbstractAst

Inheritance: implements Youshido\GraphQL\Parser\Ast\Interfaces\LocatableInterface
ファイルを表示 Open project: youshido/graphql Class Usage Examples

Public Methods

Method Description
__construct ( Location $location )
getLocation ( )
setLocation ( Location $location )

Method Details

__construct() public method

public __construct ( Location $location )
$location Youshido\GraphQL\Parser\Location

getLocation() public method

public getLocation ( )

setLocation() public method

public setLocation ( Location $location )
$location Youshido\GraphQL\Parser\Location