dolibarr  19.0.0-dev
Public Member Functions | List of all members
FormEcm Class Reference

Class to manage HTML component for ECM and generic filemanager. More...

Public Member Functions

 __construct ($db)
 Constructor. More...
 
 selectAllSections ($selected=0, $select_name='', $module='ecm', $ids_to_ignore=array())
 Return list of sections. More...
 

Detailed Description

Class to manage HTML component for ECM and generic filemanager.

Definition at line 28 of file htmlecm.form.class.php.

Constructor & Destructor Documentation

◆ __construct()

FormEcm::__construct (   $db)

Constructor.

Parameters
DoliDB$dbDatabase handler

Definition at line 46 of file htmlecm.form.class.php.

Member Function Documentation

◆ selectAllSections()

FormEcm::selectAllSections (   $selected = 0,
  $select_name = '',
  $module = 'ecm',
  $ids_to_ignore = array() 
)

Return list of sections.

Parameters
int$selectedId of preselected section
string$select_nameName of HTML select component
string$moduleModule ('ecm', 'medias', ...)
array$ids_to_ignoreArray of id to ignore
Returns
string String with HTML select

Definition at line 61 of file htmlecm.form.class.php.


The documentation for this class was generated from the following file: