Changeset 521

Show
Ignore:
Timestamp:
04/14/07 17:28:09 (1 year ago)
Author:
schst
Message:

Added @todo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/util/encoding/stubEncodingHelper.php

    r520 r521  
    2222    * Encode any object or array in UTF-8 
    2323    * 
    24     * @param mixed $value 
    25     * @return mixed 
     24    * @param    mixed $value 
     25    * @return   mixed 
     26    * @todo     write unit test for this method 
    2627    */ 
    2728    public static function recursiveUtf8Encode($value) {