cvs: smarty /docs/en/programmers/plugins plugins-block-functions.xml

"Messju Mohr" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsmessju1094545661@cvsserver>
messju		Tue Sep  7 04:27:41 2004 EDT

  Modified files:              
    /smarty/docs/en/programmers/plugins	plugins-block-functions.xml 
  Log:
  added $repeat parameter to block-plugins-docs
  
  
http://cvs.php.net/diff.php/smarty/docs/en/programmers/plugins/plugins-block-functions.xml?r1=1.2&r2=1.3&ty=u
Index: smarty/docs/en/programmers/plugins/plugins-block-functions.xml
diff -u smarty/docs/en/programmers/plugins/plugins-block-functions.xml:1.2 smarty/docs/en/programmers/plugins/plugins-block-functions.xml:1.3
--- smarty/docs/en/programmers/plugins/plugins-block-functions.xml:1.2	Wed Apr 14 11:53:39 2004
+++ smarty/docs/en/programmers/plugins/plugins-block-functions.xml	Tue Sep  7 04:27:38 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
    <sect1 id="plugins.block.functions"><title>Block Functions</title>
     <funcsynopsis>
      <funcprototype>
@@ -7,6 +7,7 @@
       <paramdef>array <parameter>$params</parameter></paramdef>
       <paramdef>mixed <parameter>$content</parameter></paramdef>
       <paramdef>object <parameter>&amp;$smarty</parameter></paramdef>
+      <paramdef>boolean <parameter>&amp;$repeat</parameter></paramdef>
      </funcprototype>
     </funcsynopsis>
     <para>
@@ -80,7 +81,7 @@
  * Purpose:  translate a block of text
  * -------------------------------------------------------------
  */
-function smarty_block_translate($params, $content, &$smarty)
+function smarty_block_translate($params, $content, &$smarty, &$repeat)
 {
     if (isset($content)) {
         $lang = $params['lang'];

-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.