このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Laclic
/
SovBundle
ウォッチ
3
スター
0
フォーク
0
コード
課題
1
プルリクエスト
0
リリース
2
Wiki
アクティビティ
ソースを参照
DateComponent : ajout getTotalMinutes
develop
Guillaume
2年前
親
1972f94a0a
コミット
be3562b49d
1個のファイルの変更
、
5行の追加
、
0行の削除
分割表示
差分情報を表示
+5
-0
Component/DateComponent.php
+ 5
- 0
Component/DateComponent.php
ファイルの表示
@@ -70,4 +70,9 @@ class DateComponent
return $hour ;
}
public function getTotalMinutes(\DateTimeInterface $time): int
{
return (int) $time->format('H') * 60 + (int) $time->format('i');
}
}
書き込み
プレビュー
読み込み中…
キャンセル
保存