Author: allison
Date: Thu Jun 28 19:10:53 2007
New Revision: 19440

Modified:
   trunk/docs/pdds/pdd15_objects.pod

Log:
[pdd15] Provide cleaner access to attributes of parent classes.


Modified: trunk/docs/pdds/pdd15_objects.pod
==============================================================================
--- trunk/docs/pdds/pdd15_objects.pod   (original)
+++ trunk/docs/pdds/pdd15_objects.pod   Thu Jun 28 19:10:53 2007
@@ -896,8 +896,12 @@
 =item setattribute
 
   setattribute $P1, $S2, $P3
+  setattribute $P1, $P2, $S3, $P4
 
-Set the attribute of object $P1 with the fully qualified name $S2 to $P3
+Set the attribute of object $P1 with the attribute name $S2 to $P3. To set an
+attribute for a parent class that has the same name as an attribute in the
+child class, pass an optional class object or namespace key $P2 for the parent
+class.
 
 =item callmethod
 

Reply via email to