PHP 클래스 Identicon\Generator\GdGenerator

저자: Benjamin Laugueux ([email protected])
상속: extends BaseGenerator, implements Identicon\Generator\GeneratorInterface
파일 보기 프로젝트 열기: yzalis/identicon

공개 메소드들

메소드 설명
__construct ( ) GdGenerator constructor.
getImageBinaryData ( $string, $size = null, $color = null, $backgroundColor = null )
getImageResource ( $string, $size = null, $color = null, $backgroundColor = null )
getMimeType ( ) : string

비공개 메소드들

메소드 설명
generateImage ( )

메소드 상세

__construct() 공개 메소드

GdGenerator constructor.
public __construct ( )

getImageBinaryData() 공개 메소드

public getImageBinaryData ( $string, $size = null, $color = null, $backgroundColor = null )

getImageResource() 공개 메소드

public getImageResource ( $string, $size = null, $color = null, $backgroundColor = null )

getMimeType() 공개 메소드

public getMimeType ( ) : string
리턴 string