PhpIndex
[ class tree: PhpIndex ] [ index: PhpIndex ] [ all elements ]

Class: PhpIndex_Captcha_Adapter_Image_Render

Source Location: /Captcha/Adapter/Image/Render.php

Class Overview


PhpIndex captcha image render class


Variables

Methods



Class Details

[line 22]
PhpIndex captcha image render class



[ Top ]


Class Variables

$_font =

[line 50]

Font path



Tags:

access:  protected

Type:   string


[ Top ]

$_height =  30

[line 36]

Image height



Tags:

access:  protected

Type:   integer


[ Top ]

$_size =  25

[line 43]

Font size



Tags:

access:  protected

Type:   integer


[ Top ]

$_width =  100

[line 29]

Image width



Tags:

access:  protected

Type:   integer


[ Top ]



Class Methods


constructor __construct [line 59]

void __construct( string $font, integer $size)

Constructor



Tags:

access:  public


Parameters:

string   $font  
integer   $size  

[ Top ]

method getHeight [line 96]

integer getHeight( )

Get image height



Tags:

access:  public


[ Top ]

method getWidth [line 70]

integer getWidth( )

Get image width



Tags:

access:  public


[ Top ]

method render [line 123]

void render( string $captchaCode)

Render the captcha image



Tags:

access:  public


Parameters:

string   $captchaCode   Captcha code

[ Top ]

method setHeight [line 108]

void setHeight( integer $height)

Set image height



Tags:

throws:  Exception
access:  public


Parameters:

integer   $height   Image height

[ Top ]

method setWidth [line 82]

void setWidth( integer $width)

Set image width



Tags:

throws:  Exception
access:  public


Parameters:

integer   $width   Image width

[ Top ]


Documentation generated on Mon, 21 Feb 2011 21:14:13 +0200 by phpDocumentor 1.4.3