コード例 #1
0
ファイル: mysqlDateTime.php プロジェクト: atoum/atoum
 public function getValue()
 {
     $value = parent::getValue();
     return $value instanceof \dateTime === false ? $value : $value->format(self::mysqlDateTimeFormat);
 }