phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] pbwebmaui/inc/pb.WebMAUI/lib/IT.php, 1.2


From: nomail
Subject: [Phpgroupware-cvs] pbwebmaui/inc/pb.WebMAUI/lib/IT.php, 1.2
Date: Thu, 20 May 2004 18:03:05 -0000

Update of /pbwebmaui/inc/pb.WebMAUI/lib
Modified Files:
        Branch: 
          IT.php

date: 2004/04/22 07:19:46;  author: powerstat;  state: Exp;  lines: +12 -4

Log Message:
fixed phpdoc comments
=====================================================================
No syntax errors detected in -
=====================================================================
Index: pbwebmaui/inc/pb.WebMAUI/lib/IT.php
diff -u pbwebmaui/inc/pb.WebMAUI/lib/IT.php:1.1 
pbwebmaui/inc/pb.WebMAUI/lib/IT.php:1.2
--- pbwebmaui/inc/pb.WebMAUI/lib/IT.php:1.1     Wed Mar 31 08:27:37 2004
+++ pbwebmaui/inc/pb.WebMAUI/lib/IT.php Thu Apr 22 07:19:46 2004
@@ -1,4 +1,10 @@
 <?php
+/**
+ * Integrated Template - IT
+ * @author   Ulf Wendel <address@hidden>
+ * @version  $Id$
+ * @package  HTML_Template_IT
+ */
 //
 // +----------------------------------------------------------------------+
 // | PHP Version 4                                                        |
@@ -19,6 +25,9 @@
 // $Id$
 //
 
+/**
+ * include PEAR base class
+ */
 require_once('PEAR.php');
 
 define("IT_OK",                         1);
@@ -118,7 +127,6 @@
  * </code>
  *
  * @author   Ulf Wendel <address@hidden>
- * @version  $Id$
  * @access   public
  * @package  HTML_Template_IT
  */
@@ -184,7 +192,7 @@
 
     /**
      * RegExp used to strip unused variable placeholder.
-     * @brother  $variablesRegExp
+     * @internal brother $variablesRegExp
      */
     var $removeVariablesRegExp = "";
 
@@ -430,7 +438,7 @@
 
     /**
      * Print a certain block with all replacements done.
-     * @brother get()
+     * @internal brother get()
      */
     function show($block = "__global__") {
         print $this->get($block);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]