setIsNewRecord() public method
Sets the value indicating whether the record is new.
See also getIsNewRecord().
public void setIsNewRecord ( $value ) | ||
---|---|---|
$value | boolean |
Whether the record is new and should be inserted when calling save(). |
setIsNewRecord() public method
Sets the value indicating whether the record is new.
See also getIsNewRecord().
public void setIsNewRecord ( $value ) | ||
---|---|---|
$value | boolean |
Whether the record is new and should be inserted when calling save(). |
Please login to continue.