PHP Class Oara\Curl\Parameter

Author: Carlos Morillo Merino
Afficher le fichier Open project: fubralimited/php-oara

Méthodes publiques

Méthode Description
__construct ( $key, $value ) Parameter constructor.
getKey ( ) : string
getValue ( ) : string
setKey ( $key )
setValue ( $value )

Method Details

__construct() public méthode

Parameter constructor.
public __construct ( $key, $value )
$key
$value

getKey() public méthode

public getKey ( ) : string
Résultat string

getValue() public méthode

public getValue ( ) : string
Résultat string

setKey() public méthode

public setKey ( $key )
$key

setValue() public méthode

public setValue ( $value )
$value