Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
app
Commits
8e620328
Commit
8e620328
authored
Jan 31, 2022
by
Laurent Lécluse
Browse files
Divers
parent
61000315
Pipeline
#14807
failed with stages
in 37 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/UnicaenApp/Form/View/Helper/FormRowDateInfSup.php
View file @
8e620328
<?php
<?php
namespace
UnicaenApp\Form\View\Helper
;
namespace
UnicaenApp\Form\View\Helper
;
use
Laminas\Form\View\Helper\FormElement
;
use
Laminas\Form\View\Helper\FormRow
;
use
Laminas\Form\View\Helper\FormRow
;
use
UnicaenApp\Form\Element\DateInfSup
;
use
UnicaenApp\Form\Element\DateInfSup
;
use
Laminas\Form\ElementInterface
;
use
Laminas\Form\ElementInterface
;
...
@@ -90,7 +91,7 @@ class FormRowDateInfSup extends FormRow
...
@@ -90,7 +91,7 @@ class FormRowDateInfSup extends FormRow
/**
/**
* {@inheritdoc}
* {@inheritdoc}
*/
*/
protected
function
getElementHelper
()
protected
function
getElementHelper
()
:
FormElement
{
{
if
(
method_exists
(
$this
->
view
,
'plugin'
))
{
if
(
method_exists
(
$this
->
view
,
'plugin'
))
{
$this
->
elementHelper
=
$this
->
view
->
plugin
(
'formDateInfSup'
);
$this
->
elementHelper
=
$this
->
view
->
plugin
(
'formDateInfSup'
);
...
...
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