mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-25 17:52:13 +01:00
12 lines
174 B
PHP
12 lines
174 B
PHP
<?php
|
|
|
|
namespace AppBundle\Association\Form;
|
|
|
|
class HTML_QuickForm extends \HTML_QuickForm
|
|
{
|
|
public function getElements()
|
|
{
|
|
return $this->_elements;
|
|
}
|
|
}
|