Author: Derick Rethans
Date: 2007-04-11 11:12:46 +0200 (Wed, 11 Apr 2007)
New Revision: 4848

Log:
- It is not a problem to pass more parameters. You can access those in PHP
  functions with func_get_args(). However, this only works for user defined
  functions/methods.

Modified:
   trunk/SignalSlot/docs/tutorial.txt

Modified: trunk/SignalSlot/docs/tutorial.txt
===================================================================
--- trunk/SignalSlot/docs/tutorial.txt  2007-04-11 09:07:29 UTC (rev 4847)
+++ trunk/SignalSlot/docs/tutorial.txt  2007-04-11 09:12:46 UTC (rev 4848)
@@ -111,11 +111,11 @@
    :literal:
 
 Note that slots must accept the parameters that are passed to them. You will
-get errors / warnings if you provide too few or too many parameters to the 
slots
-you have connected to a signal.
+get errors / warnings if you provide too few parameters to the slots you have
+connected to a signal.
 
 Also note that it is not possible to pass signal parameters by
-reference except for object types, which are always references in PHP 5+.
+reference except for object types, which are always references in PHP 5.
 
 
 Multiple slots

-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to