PHP Interface Swift_Mime_ParameterizedHeader, Halite

Author: Chris Corbyn
Inheritance: extends Swift_Mime_Header
Afficher le fichier Open project: HaliteChallenge/Halite

Méthodes publiques

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

Method Details

getParameter() public méthode

Get the value of $parameter.
public getParameter ( string $parameter ) : string
$parameter string
Résultat string

setParameter() public méthode

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