HAWHAW

PHP

Class HAW_row

HAW_row

public class HAW_row

This class defines the rows, a HAW_table object consists of.

Examples:

...
$image1 = new HAW_image("my_image.wbmp", "my_image.gif", ":-)");
$text1 = new HAW_text("my text");
$row1 = new HAW_row();
$row1->add_column($image1);
$row1->add_column();
$row1->add_column($text1);
...

See Also:
HAW_table, HAW_text, HAW_image, HAW_link

Constructor Summary
HAW_row()
          Constructor
 
Method Summary
 void add_column(var $cell_element)
          Adds a cell element to a HAW_row object.
 

Constructor Detail

HAW_row

public HAW_row()
Constructor
Method Detail

add_column

public void add_column(var $cell_element)
Adds a cell element to a HAW_row object.
Parameters:
cell_element - (optional)
Can be a HAW_text object, a HAW_image object, a HAW_link object or the NULL pointer (default). The latter results in an empty cell element.

© Norbert Huffschmid
assembled from PHP source
using sed and javadoc