PHP Class GraphQL\Utils\PairSet

Afficher le fichier Open project: webonyx/graphql-php Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( ) PairSet constructor.
add ( $a, $b )
has ( $a, $b ) : null | object

Private Methods

Méthode Description
pairSetAdd ( $a, $b )
toObj ( $var ) : mixed

Method Details

__construct() public méthode

PairSet constructor.
public __construct ( )

add() public méthode

public add ( $a, $b )
$a
$b

has() public méthode

public has ( $a, $b ) : null | object
$a
$b
Résultat null | object