Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/xhtml/XHtmlSimpleElement.php')
-rw-r--r--src/xhtml/XHtmlSimpleElement.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/xhtml/XHtmlSimpleElement.php b/src/xhtml/XHtmlSimpleElement.php
index d08abadf..fa529fa8 100644
--- a/src/xhtml/XHtmlSimpleElement.php
+++ b/src/xhtml/XHtmlSimpleElement.php
@@ -6,8 +6,6 @@
namespace PHPPgAdmin\XHtml;
-use PHPPgAdmin\ContainerUtils;
-
/**
* XHtmlSimpleElement.
*
@@ -19,18 +17,6 @@ use PHPPgAdmin\ContainerUtils;
class XHtmlSimpleElement
{
use \PHPPgAdmin\Traits\HelperTrait;
- /**
- * @var string
- */
- const BASE_PATH = ContainerUtils::BASE_PATH;
- /**
- * @var string
- */
- const SUBFOLDER = ContainerUtils::SUBFOLDER;
- /**
- * @var string
- */
- const DEBUGMODE = ContainerUtils::DEBUGMODE;
public $_element;