PHP Class FhirResponse

Afficher le fichier Open project: openeyes/openeyes

Méthodes publiques

Méthode Description
__construct ( integer $code, StdClass $value = null )
getCode ( ) : integer
getValue ( ) : StdClass | null

Method Details

__construct() public méthode

public __construct ( integer $code, StdClass $value = null )
$code integer
$value StdClass

getCode() public méthode

public getCode ( ) : integer
Résultat integer

getValue() public méthode

public getValue ( ) : StdClass | null
Résultat StdClass | null