HTML_Table::getAutoFill

HTML_Table::getAutoFill -- Return autoFill value

Synopsis

require_once "HTML/Table.php";

mixed HTML_Table::getAutoFill ()

Description

Returns the autoFill value

Return value

mixed - the value, which will be inserted into empty cells

Note

This function can not be called statically.

See

HTML_Table::setAutoFill()