X-Git-Url: https://git.cweiske.de/bdrem.git/blobdiff_plain/f4339edbbe92a1c4c104f6a58e9cfb4b2a93966e..be516011d0da9b3ede5742428d280694e096532d:/src/bdrem/WebText.php diff --git a/src/bdrem/WebText.php b/src/bdrem/WebText.php index 3587f70..51d6d7b 100644 --- a/src/bdrem/WebText.php +++ b/src/bdrem/WebText.php @@ -1,8 +1,37 @@ + * @copyright 2014 Christian Weiske + * @license http://www.gnu.org/licenses/agpl.html GNU AGPL v3 + * @link http://cweiske.de/bdrem.htm + */ namespace bdrem; +/** + * HTTP user interface that renders a ASCII table + * + * @category Tools + * @package Bdrem + * @author Christian Weiske + * @copyright 2014 Christian Weiske + * @license http://www.gnu.org/licenses/agpl.html GNU AGPL v3 + * @version Release: @package_version@ + * @link http://cweiske.de/bdrem.htm + */ class WebText extends Web { + /** + * Load parameters for the CLI option parser. + * Set the default renderer to "console". + * + * @return \Console_CommandLine CLI option parser + */ protected function loadParameters() { $parser = parent::loadParameters();