mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-26 11:52:59 +01:00
LSattr_html : use LSlog_logger
This commit is contained in:
parent
3e0829ba31
commit
1a26fdafff
1 changed files with 3 additions and 1 deletions
|
@ -20,12 +20,14 @@
|
|||
|
||||
******************************************************************************/
|
||||
|
||||
LSsession :: loadLSclass('LSlog_staticLoggerClass');
|
||||
|
||||
/**
|
||||
* Base d'un type d'attribut HTML
|
||||
*
|
||||
* @author Benjamin Renard <brenard@easter-eggs.com>
|
||||
*/
|
||||
class LSattr_html {
|
||||
class LSattr_html extends LSlog_staticLoggerClass {
|
||||
|
||||
var $name;
|
||||
var $config;
|
||||
|
|
Loading…
Reference in a new issue