Derick Rethans wrote: > Author: dr > Date: Fri Oct 5 11:57:00 2007 > New Revision: 6368 > > Log: > - Improve formatDate() docs. > > Modified: > trunk/Tree/src/visitors/xhtml.php > > Modified: trunk/Tree/src/visitors/xhtml.php > ============================================================================== > --- trunk/Tree/src/visitors/xhtml.php [iso-8859-1] (original) > +++ trunk/Tree/src/visitors/xhtml.php [iso-8859-1] Fri Oct 5 11:57:00 2007 > @@ -86,9 +86,12 @@ > * Formats a node's data. > * > * It is just a simple method, that provide an easy way to change the way > - * on how data is formatted when this class is extended. > + * on how data is formatted when this class is extended. The data is > passed > + * in the $data argument, and whether the node should be highlighted is > + * passed in the $highlight argument. > * > * @param mixed $data > + * @param boolean $highlight
I thought the correct type is 'bool', not 'boolean'. -- Alexandru Stanoi eZ Components System Developer eZ Systems | http://ez.no -- svn-components mailing list [email protected] http://lists.ez.no/mailman/listinfo/svn-components
