Changes between Version 9 and Version 10 of Bookmarks Project
- Timestamp:
- 03/03/16 23:25:18 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Bookmarks Project
v9 v10 26 26 +exists 27 27 +collection: Bookmarks 28 + TO_JSON()28 +as_hashref() 29 29 +update() 30 +created() 31 +updated() 32 +created_iso() 33 +updated_iso() 30 34 } 31 35 class Bookmarks { … … 35 39 +get_bookmark({ id : int }): Bookmark 36 40 +get_bookmark({ uri : string }): Bookmark 41 +get_count(): int 37 42 +search(params : hashref) : Bookmarks::Search 38 43 +get_tags({ uri : string }) : array … … 47 52 +search: Bookmarks::Search 48 53 +title 54 + as_json() 55 + as_xbel() 56 + as_text() 57 + as_csv() 58 + as_html() 59 + as_atom() 49 60 } 50 61 class Bookmarks::Search <<model>> { … … 62 73 +find_or_new() 63 74 +list() 75 +sidebar() 64 76 +feed() 65 77 +view(id : int) … … 67 79 +create_and_redirect() 68 80 +update_and_redirect(id : int) 81 +tag_tree() 69 82 } 70 83 class BookmarksApp {