]> git.llucax.com Git - software/bife/bife.git/blobdiff - BIFE/Translate.php
- Added @package to classes.
[software/bife/bife.git] / BIFE / Translate.php
index 83cd5351200be3f5283dfb9e2666558d9fe17cf8..4c1fe0549f15cfb6ceec0c89df954bfbf4a73cb7 100644 (file)
@@ -34,6 +34,7 @@ require_once 'BIFE/Fallback.php';
 /**
  * This is a generic and simple (but very usefull) BIFE_Fallback implementation. Translate widgets using a template with it's name, prepended with 'bife_'. If not template is found, it copy the XML to the output.
  *
+ * @package BIFE
  * @access public
  */
 class BIFE_Translate extends BIFE_Fallback {
@@ -73,4 +74,4 @@ class BIFE_Translate extends BIFE_Fallback {
 
 } // -X2C Class :Translate
 
-?>
+?>
\ No newline at end of file