示例#1
0
 /**
  * Get the [optionally formatted] temporal [fadein] column value.
  *
  * @return     mixed Formatted date/time value as string or DateTime object (if format is NULL), NULL if column is NULL
  * @throws     PropelException - if unable to parse/validate the date/time value.
  */
 public function getDbFadeOut($format = "s.u")
 {
     return parent::getDbFadeout($format);
 }