openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 5993e1338cc24f71bbe38cc2a21406f23c8f6990
parent 14a08fe8b302aadcb8eea1a69a2eb22595e2058f
Author: dankert <devnull@localhost>
Date:   Mon,  3 Jan 2005 20:38:03 +0100

Neue Methode outputLn

Diffstat:
serviceClasses/Dynamic.class.php | 10+++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/serviceClasses/Dynamic.class.php b/serviceClasses/Dynamic.class.php @@ -20,7 +20,10 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // --------------------------------------------------------------------------- // $Log$ -// Revision 1.3 2004-12-19 21:49:02 dankert +// Revision 1.4 2005-01-03 19:38:03 dankert +// Neue Methode outputLn +// +// Revision 1.3 2004/12/19 21:49:02 dankert // Methode pathToObject() // // Revision 1.2 2004/12/19 15:25:12 dankert @@ -112,6 +115,11 @@ class Dynamic $this->output .= $text; } + function outputLn( $text ) + { + $this->output .= $text."\n"; + } + function getOutput() {