PHP Class Youshido\GraphQL\Parser\Ast\AbstractAst

Inheritance: implements Youshido\GraphQL\Parser\Ast\Interfaces\LocatableInterface
Afficher le fichier Open project: youshido/graphql Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Location $location )
getLocation ( )
setLocation ( Location $location )

Method Details

__construct() public méthode

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

getLocation() public méthode

public getLocation ( )

setLocation() public méthode

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