repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git]
/
lib
/
htmlpurifier
/
HTMLPurifier
/
ConfigDef.php
blob
21825e01b8c9e22ea915d43e281c03bfd3277231
1
<
?php
2
3
/**
4
* Base class for configuration entity
5
*/
6
class
HTMLPurifier_ConfigDef
{
7
var
$class
=
false
;
8
}
9