]> granicus.if.org Git - php/commitdiff
* add type property telling what type of frontend this class implements
authorStig Bakken <ssb@php.net>
Tue, 2 Apr 2002 09:15:51 +0000 (09:15 +0000)
committerStig Bakken <ssb@php.net>
Tue, 2 Apr 2002 09:15:51 +0000 (09:15 +0000)
pear/PEAR/Frontend/CLI.php

index ae6d9c043659e8f7ab72440f2629c2a312b70b16..3a47a619ac84ed6028141442a9c0c2ead99ad15f 100644 (file)
@@ -25,6 +25,13 @@ class PEAR_Frontend_CLI extends PEAR
 {
     // {{{ properties
 
+    /**
+     * What type of user interface this frontend is for.
+     * @var string
+     * @access public
+     */
+    var $type = 'CLI';
+
     var $omode = 'plain';
     var $params = array();
     var $term = array(