constructor
public __construct ( Doctrine_Table | null $table = null, boolean $isNewEntry = false ) | ||
$table | Doctrine_Table | null | a Doctrine_Table object or null, if null the table object is retrieved from current connection |
$isNewEntry | boolean | whether or not this record is transient |