Skip to content
Snippets Groups Projects
Commit 58f8fd0f authored by Carsten  Rose's avatar Carsten Rose
Browse files

Refactor to new class Checkbox() - fix unit tests

parent 55933f5a
No related branches found
No related tags found
1 merge request!221B9720 checkbox various setups
Pipeline #2881 passed
...@@ -37,7 +37,6 @@ class Checkbox { ...@@ -37,7 +37,6 @@ class Checkbox {
*/ */
private $store = null; private $store = null;
/** /**
* Checkbox constructor. * Checkbox constructor.
* @throws \CodeException * @throws \CodeException
...@@ -48,6 +47,7 @@ class Checkbox { ...@@ -48,6 +47,7 @@ class Checkbox {
$this->store = Store::getInstance(); $this->store = Store::getInstance();
} }
/** /**
* Builds HTML 'checkbox' element. * Builds HTML 'checkbox' element.
* *
...@@ -149,7 +149,7 @@ class Checkbox { ...@@ -149,7 +149,7 @@ class Checkbox {
} }
/** /**
* Build a Checkbox based on two values. Either in HTML plain layout or with Bootstrap Button class. * Build a Multi Checkbox either in HTML plain layout or with Bootstrap Button class.
* *
* @param array $formElement * @param array $formElement
* @param string $htmlFormElementName * @param string $htmlFormElementName
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment