gecko-dev/webtools/PLIF
2001-11-30 16:13:00 +00:00
..
PLIF Fixing an inconsistency between getArgument() and peekArgument(). peekArgument() now returns an empty list in an array context if there is no such argument, instead of undef. This makes it act like getArgument(), which just returns the list of values in an array context. Similarly, made the default implementation of peekArgument() whine about not being implemented instead of returning undef, since by design peekArgument() should return the same as getArgument() if the argument is present. 2001-11-30 16:13:00 +00:00
Documentation.txt Added header and stylistic note. 2001-09-09 17:48:07 +00:00
PLIF.pm * Created service- and serviceInstance- specific constructors so that a single module can have distinct constructors depending on how it is invoked. These constructors are called serviceInit() and serviceInstanceInit(), and both chain to the existing init() constructor (so no change are required by this). 2001-11-22 15:46:42 +00:00
STYLEGUIDE * fixed the methodMissing() method so that it actually is possible to use it to do method dispatching; 2001-05-06 06:26:24 +00:00