PHP Interface Swift_Mime_ParameterizedHeader, Halite

Author: Chris Corbyn
Inheritance: extends Swift_Mime_Header
Show file Open project: HaliteChallenge/Halite

Public Methods

Method Description
getParameter ( string $parameter ) : string Get the value of $parameter.
setParameter ( string $parameter, string $value ) Set the value of $parameter.

Method Details

getParameter() public method

Get the value of $parameter.
public getParameter ( string $parameter ) : string
$parameter string
return string

setParameter() public method

Set the value of $parameter.
public setParameter ( string $parameter, string $value )
$parameter string
$value string