PHP 클래스 Youshido\GraphQL\Parser\Ast\ArgumentValue\Variable

상속: extends Youshido\GraphQL\Parser\Ast\AbstractAst, implements Youshido\GraphQL\Parser\Ast\Interfaces\ValueInterface
파일 보기 프로젝트 열기: youshido/graphql 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $name, string $type, boolean $nullable, boolean $isArray, Location $location )
getName ( ) : string
getTypeName ( ) : string
getValue ( ) : mixed
isArray ( ) : boolean
isNullable ( ) : boolean
isUsed ( ) : boolean
setIsArray ( boolean $isArray )
setName ( string $name )
setNullable ( boolean $nullable )
setTypeName ( string $type )
setUsed ( boolean $used )
setValue ( mixed $value )

메소드 상세

__construct() 공개 메소드

public __construct ( string $name, string $type, boolean $nullable, boolean $isArray, Location $location )
$name string
$type string
$nullable boolean
$isArray boolean
$location Youshido\GraphQL\Parser\Location

getName() 공개 메소드

public getName ( ) : string
리턴 string

getTypeName() 공개 메소드

public getTypeName ( ) : string
리턴 string

getValue() 공개 메소드

public getValue ( ) : mixed
리턴 mixed

isArray() 공개 메소드

public isArray ( ) : boolean
리턴 boolean

isNullable() 공개 메소드

public isNullable ( ) : boolean
리턴 boolean

isUsed() 공개 메소드

public isUsed ( ) : boolean
리턴 boolean

setIsArray() 공개 메소드

public setIsArray ( boolean $isArray )
$isArray boolean

setName() 공개 메소드

public setName ( string $name )
$name string

setNullable() 공개 메소드

public setNullable ( boolean $nullable )
$nullable boolean

setTypeName() 공개 메소드

public setTypeName ( string $type )
$type string

setUsed() 공개 메소드

public setUsed ( boolean $used )
$used boolean

setValue() 공개 메소드

public setValue ( mixed $value )
$value mixed