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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$list

공개 메소드들

메소드 설명
__construct ( array $list, Location $location )
getValue ( ) : array
setValue ( array $value )

메소드 상세

__construct() 공개 메소드

public __construct ( array $list, Location $location )
$list array
$location Youshido\GraphQL\Parser\Location

getValue() 공개 메소드

public getValue ( ) : array
리턴 array

setValue() 공개 메소드

public setValue ( array $value )
$value array

프로퍼티 상세

$list 보호되어 있는 프로퍼티

protected $list