PHP 클래스 Swift_Mime_IdGenerator

상속: implements Swift_IdGenerator
파일 보기 프로젝트 열기: swiftmailer/swiftmailer 1 사용 예제들

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

public __construct ( string $idRight )
$idRight string

generateId() 공개 메소드

public generateId ( ) : string
리턴 string

getIdRight() 공개 메소드

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

setIdRight() 공개 메소드

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