Author: Tobias Schlitt Date: 2007-05-03 17:12:46 +0200 (Thu, 03 May 2007) New Revision: 5024
Log: - Clearified a bit. Modified: trunk/ConsoleTools/design/design-1.3.txt Modified: trunk/ConsoleTools/design/design-1.3.txt =================================================================== --- trunk/ConsoleTools/design/design-1.3.txt 2007-05-03 13:37:13 UTC (rev 5023) +++ trunk/ConsoleTools/design/design-1.3.txt 2007-05-03 15:12:46 UTC (rev 5024) @@ -429,7 +429,8 @@ For these purpose, the ArrayAccess and Iterator interfaces provided by PHP will be implemented in this class. ArrayAccess will be used for both variants of access, while Iterator will iterate of the numeric order of the arguments. -Argument names must be unique. +Argument names must be unique. The registration of new arguments is only +allowed by number. The retrival is also allowed by name. The class does not offer any additional methods to deal with arguments and purely relies on the given interfaces. -- svn-components mailing list [email protected] http://lists.ez.no/mailman/listinfo/svn-components
