PHP Class Examples\StarWars\TestDataProvider

Show file Open project: youshido/graphql Class Usage Examples

Public Methods

Method Description
createShip ( $name, $factionId )
getByNames ( $names )
getFaction ( $id )
getFactions ( )
getShip ( $id )
getShips ( )

Method Details

createShip() public static method

public static createShip ( $name, $factionId )

getByNames() public static method

public static getByNames ( $names )

getFaction() public static method

public static getFaction ( $id )

getFactions() public static method

public static getFactions ( )

getShip() public static method

public static getShip ( $id )

getShips() public static method

public static getShips ( )