previousClass Summary Image_Text (Previous) (Next) Image_Text::autoMeasurizenext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

constructor Image_Text::Image_Text

constructor Image_Text::Image_Text() – Constructor

Synopsis

require_once 'ImageText.php';

void constructor Image_Text::Image_Text ( string $text , array $options = null )

Description

Set the text and options. This initializes a new Image_Text object. You must set your text here. Optinally you can set all options here using the $options parameter. If you finished switching all options you have to call the init() method first befor doing anything further! See Image_Text::set() for further information.

Parameter

string $text

Text to print.

array $options

Options.

Throws

throws no exceptions thrown

Note

This function can not be called statically.

previousClass Summary Image_Text (Previous) (Next) Image_Text::autoMeasurizenext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.