Lines Matching refs:UserNote
9 use phpweb\UserNotes\UserNote; alias
29 new UserNote('1', '', '', '1613487094', '', '', 0, 0),
36 $normalized = array_map(static function (UserNote $note): array {
55 new UserNote('1', '', '', '1613487094', '', '', 0, 2),
56 new UserNote('2', '', '', '1508180150', '', '', 0, 0),
57 new UserNote('3', '', '', '1508179844', '', '', 14, 3),
58 new UserNote('4', '', '', '1508179844', '', '', 14, 3),
65 $normalized = array_map(static function (UserNote $note): array {
107 …$notes[$id] = new UserNote($id, $sect, $rate, $ts, $user, base64_decode($note, true), (int) $up, (…
114 $normalized = array_map(static function (UserNote $note): array {
400 private static function normalize(UserNote $note): array