PHP 클래스 Examples\StarWars\TestDataProvider

파일 보기 프로젝트 열기: youshido/graphql 1 사용 예제들

공개 메소드들

메소드 설명
createShip ( $name, $factionId )
getByNames ( $names )
getFaction ( $id )
getFactions ( )
getShip ( $id )
getShips ( )

메소드 상세

createShip() 공개 정적인 메소드

public static createShip ( $name, $factionId )

getByNames() 공개 정적인 메소드

public static getByNames ( $names )

getFaction() 공개 정적인 메소드

public static getFaction ( $id )

getFactions() 공개 정적인 메소드

public static getFactions ( )

getShip() 공개 정적인 메소드

public static getShip ( $id )

getShips() 공개 정적인 메소드

public static getShips ( )