Forum.Models.Post // <- type.definition // ^ type.definition // ^ type.definition +glyphs > //<- operator //^ method // ^ punctuation // ^ type.definition // ^ punctuation // ^ type.definition // ^ punctuation -id -created_at -parent_id -text -author ~>textUpdated(text ) //<- operator //^ method // ^ function // ^ parameter // ^ punctuation // ^ type.definition // ^ punctuation // ^ function ->authorUpdated(author ) <~textWillUpdate(text ) <-postWillRender(post ) +>authorUpdated(author ) <+textWillUpdate(text ) ::getAll(parent_id ) => Promise> #> NotFoundError,DisplayError //<- operator //^ method // ^ function // ^ parameter // ^ punctuation // ^ type.definition // ^ punctuation // ^ function // ^ operator // ^ type.definition // ^ operator // ^ type.definition ::get(id ) => Promise #update(text ) => Promise #transform([transformer] (T) => boolean>) //<- operator //^ method // ^ function // ^ parameter.optional // ^ punctuation // ^ type.definition