aboutsummaryrefslogtreecommitdiff
path: root/src/bdrem/WebText.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/bdrem/WebText.php')
-rw-r--r--src/bdrem/WebText.php29
1 files changed, 29 insertions, 0 deletions
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 @@
<?php
+/**
+ * Part of bdrem
+ *
+ * PHP version 5
+ *
+ * @category Tools
+ * @package Bdrem
+ * @author Christian Weiske <cweiske@cweiske.de>
+ * @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 <cweiske@cweiske.de>
+ * @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();