]> granicus.if.org Git - php/commitdiff
Added single display()
authorTomas V.V.Cox <cox@php.net>
Wed, 10 Apr 2002 15:09:36 +0000 (15:09 +0000)
committerTomas V.V.Cox <cox@php.net>
Wed, 10 Apr 2002 15:09:36 +0000 (15:09 +0000)
pear/PEAR/Frontend/CLI.php

index e8cc5e49e483928329b32f3ddb74ebcb3c1314b2..a5e05bfc5464f4d9e32b77fa15633cd668bbda8c 100644 (file)
@@ -71,6 +71,11 @@ class PEAR_Frontend_CLI extends PEAR
         print "$this->lp$text\n";
     }
 
+    function display($text)
+    {
+        print $text;
+    }
+
     // }}}
     // {{{ displayError(eobj)