From 31e8c4fcad418b678cf79520adac0974f9de6bb8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 29 Aug 2018 12:01:15 +0800 Subject: [PATCH] HTML/FlexyFramework/Page.php --- HTML/FlexyFramework/Page.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/HTML/FlexyFramework/Page.php b/HTML/FlexyFramework/Page.php index f4ca48b1..4a5c810e 100644 --- a/HTML/FlexyFramework/Page.php +++ b/HTML/FlexyFramework/Page.php @@ -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. * -- 2.39.2