PHP Class Swift_Mime_IdGenerator

Inheritance: implements Swift_IdGenerator
Afficher le fichier Open project: swiftmailer/swiftmailer Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string $idRight )
generateId ( ) : string
getIdRight ( ) : string Returns the right-hand side of the "@" used in all generated IDs.
setIdRight ( string $idRight ) Sets the right-hand side of the "@" to use in all generated IDs.

Method Details

__construct() public méthode

public __construct ( string $idRight )
$idRight string

generateId() public méthode

public generateId ( ) : string
Résultat string

getIdRight() public méthode

Returns the right-hand side of the "@" used in all generated IDs.
public getIdRight ( ) : string
Résultat string

setIdRight() public méthode

Sets the right-hand side of the "@" to use in all generated IDs.
public setIdRight ( string $idRight )
$idRight string