HTML/FlexyFramework/Page.php
authorAlan Knowles <alan@roojs.com>
Wed, 29 Aug 2018 04:01:15 +0000 (12:01 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 29 Aug 2018 04:01:15 +0000 (12:01 +0800)
HTML/FlexyFramework/Page.php

index f4ca48b..4a5c810 100644 (file)
@@ -129,7 +129,13 @@ class HTML_FlexyFramework_Page  {
     var $errors = array(); // key(element name)=>error message
 
 
-
+    /**
+    * is the page being run from the command line?
+    *  
+    * @var bool
+    * @access public
+    */
+    var $cli = false;
     /**
     * Arguments from cli if static $cli_opts is used.
     *