PHP Class Oara\Curl\Parameter

Author: Carlos Morillo Merino
Show file Open project: fubralimited/php-oara

Public Methods

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

Method Details

__construct() public method

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

getKey() public method

public getKey ( ) : string
return string

getValue() public method

public getValue ( ) : string
return string

setKey() public method

public setKey ( $key )
$key

setValue() public method

public setValue ( $value )
$value