mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-05 19:42:31 +02:00
refactoring
This commit is contained in:
parent
68a26ab851
commit
65e61f8f9d
10 changed files with 109 additions and 97 deletions
|
@ -3634,8 +3634,8 @@ class htmlSortableList extends htmlElement {
|
|||
/**
|
||||
* Constructor.
|
||||
*
|
||||
* @param string[] $elements list of elements as text (HTML special chars must be escaped already) or htmlElement
|
||||
* @param string HTML ID
|
||||
* @param string[]|htmlElement[] $elements list of elements as text (HTML special chars must be escaped already) or htmlElement
|
||||
* @param string $id HTML ID
|
||||
*/
|
||||
function __construct(array $elements, string $id) {
|
||||
$this->elements = $elements;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue