From aa403b978860210fcbace7fcdf5830066f3e14e0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 13 Oct 2018 02:17:44 -0400 Subject: import site content --- static/talks/bread_board_yapc_na_2012/031z.html | 52 +++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 static/talks/bread_board_yapc_na_2012/031z.html (limited to 'static/talks/bread_board_yapc_na_2012/031z.html') diff --git a/static/talks/bread_board_yapc_na_2012/031z.html b/static/talks/bread_board_yapc_na_2012/031z.html new file mode 100644 index 0000000..1e245f6 --- /dev/null +++ b/static/talks/bread_board_yapc_na_2012/031z.html @@ -0,0 +1,52 @@ + + +031z + + + + +
+
+
+
+
+
+
+
+                                    Typemaps
+    
+     · defines a mapping from a class_type to a service
+     · instead of requesting a particular service, you can request an
+       object of a particular type: $c->resolve(type => 'Model');
+     · with this, we can (mostly) infer the dependencies for a given class
+
+
+
+
+
+
+
+
+
+
+
+ -- cgit v1.2.3-54-g00ecf