| 1 |
<? |
<? |
| 2 |
|
/** |
| 3 |
|
* This file contains the Data::Encode class. |
| 4 |
|
* |
| 5 |
|
* @author Andreas Motl <andreas.motl@ilo.de> |
| 6 |
|
* @package org.netfrag.glib |
| 7 |
|
* @name Data::Encode |
| 8 |
|
* |
| 9 |
|
*/ |
| 10 |
|
|
| 11 |
// ------------------------------------------------------------------------- |
// ------------------------------------------------------------------------- |
| 12 |
// $Id$ |
// $Id$ |
| 13 |
// ------------------------------------------------------------------------- |
// ------------------------------------------------------------------------- |
| 14 |
// $Log$ |
// $Log$ |
| 15 |
|
// Revision 1.2 2003/03/10 23:25:02 joko |
| 16 |
|
// + fixed metadata for phpDocumentor |
| 17 |
|
// |
| 18 |
// Revision 1.1 2003/02/03 14:49:37 joko |
// Revision 1.1 2003/02/03 14:49:37 joko |
| 19 |
// + initial commit |
// + initial commit |
| 20 |
// + refactored from flib/Application/i18n/TextEncode.php |
// + refactored from flib/Application/i18n/TextEncode.php |
| 28 |
// ------------------------------------------------------------------------- |
// ------------------------------------------------------------------------- |
| 29 |
|
|
| 30 |
|
|
| 31 |
|
/** |
| 32 |
|
* --- Data::Encode |
| 33 |
|
* |
| 34 |
|
* @author Andreas Motl <andreas.motl@ilo.de> |
| 35 |
|
* @package org.netfrag.glib |
| 36 |
|
* @subpackage Data |
| 37 |
|
* @name Data::Encode |
| 38 |
|
* |
| 39 |
|
*/ |
| 40 |
class Data_Encode { |
class Data_Encode { |
| 41 |
|
|
| 42 |
var $payload; |
var $payload; |