HTML_Table::getAutoGrow

HTML_Table::getAutoGrow -- Return autoGrow flag

Synopsis

require_once 'HTML/Table.php';

boolean HTML_Table::getAutoGrow ()

Beschreibung

Returns the value of the autoGrow flag. If a value into an cell, which not exists, HTML_Table will automatically add a necessary row or column, if the flag is TRUE.

Rückgabewert

boolean - the flag state

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Siehe auch

HTML_Table::setAutoGrow()