doc/book/en/development/entityclasses/data-as-objects.rst
branchstable
changeset 5222 ed6905d98a5e
parent 5144 5a09bea07302
child 5257 a31fbcfa8c3b
--- a/doc/book/en/development/entityclasses/data-as-objects.rst	Mon Apr 12 16:57:11 2010 +0200
+++ b/doc/book/en/development/entityclasses/data-as-objects.rst	Mon Apr 12 19:36:51 2010 +0200
@@ -16,15 +16,15 @@
 
 :Formatting and output generation:
 
-  * `view(vid, **kwargs)`, applies the given view to the entity
+  * `view(__vid, __registry='views', **kwargs)`, applies the given view to the entity
     (and returns an unicode string)
 
-  * `absolute_url(**kwargs)`, returns an absolute URL to access the primary view
+  * `absolute_url(*args, **kwargs)`, returns an absolute URL to access the primary view
     of an entity
 
   * `rest_path()`, returns a relative REST URL to get the entity
 
-  * `printable_value(attr, value=_marker, attrtype=None, format='text/html')`,
+  * `printable_value(attr, value=_marker, attrtype=None, format='text/html', displaytime=True)`,
     returns a string enabling the display of an attribute value in a given format
     (the value is automatically recovered if necessary)