-
Notifications
You must be signed in to change notification settings - Fork 261
Class diagrams
scribu edited this page Apr 10, 2013
·
4 revisions
Connection types:
-
P2P_Connection_Type_Factoryknows how to create, store and retrieveP2P_Connection_Typeinstances. -
P2P_Connection_Typecontains all the information about a particular connection type. -
P2P_Directed_Connection_Type=P2P_Connection_Type+ direction. -
P2P_Side_*classes contain various bits of knowledge about a particular type of object (post, user etc).
Items:
-
P2P_Item_*classes wrap regular WordPress objects and give them a consistent interface. -
P2P_Listcontains a list ofP2P_Iteminstances.
Querying:
-
P2P_Query_*classes hook into the appropriate WordPress querying class (WP_QueryorWP_User_Query). -
P2P_Queryknows how to convert query vars into SQL strings. -
P2P_URL_Querymakes some query vars public (i.e. usable via URL).
Misc:
-
P2P_Widgetcreates the widget. -
P2P_Shortcodescreates the shortcodes.
The diagrams were created with Lucidchart.

