Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
58f8fd0f
Commit
58f8fd0f
authored
Dec 06, 2019
by
Carsten Rose
Browse files
Refactor to new class Checkbox() - fix unit tests
parent
55933f5a
Pipeline
#2881
passed with stages
in 3 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Classes/Core/Form/Checkbox.php
View file @
58f8fd0f
...
@@ -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. E
ither in HTML plain layout or with Bootstrap Button class.
* Build a
Multi
Checkbox
e
ither in HTML plain layout or with Bootstrap Button class.
*
*
* @param array $formElement
* @param array $formElement
* @param string $htmlFormElementName
* @param string $htmlFormElementName
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment