XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
XOOPS 2.5.6
Todo List
Deprecated List
Classes
Files
File List
L:
0xoops
xoops-2.5.6
htdocs
class
Frameworks
include
install
kernel
language
modules
themes
xoops_data
xoops_lib
modules
protector
admin
class
filters_disabled
filters_enabled
include
language
library
HTMLPurifier
AttrDef
AttrTransform
Background.php
BdoDir.php
BgColor.php
BoolToCSS.php
Border.php
EnumToCSS.php
ImgRequired.php
ImgSpace.php
Input.php
Lang.php
Length.php
Name.php
NameSync.php
Nofollow.php
SafeEmbed.php
SafeObject.php
SafeParam.php
ScriptRequired.php
TargetBlank.php
Textarea.php
ChildDef
ConfigSchema
DefinitionCache
Filter
HTMLModule
Injector
Language
Lexer
Printer
Strategy
TagTransform
Token
URIFilter
URIScheme
VarParser
AttrCollections.php
AttrDef.php
AttrTransform.php
AttrTypes.php
AttrValidator.php
Bootstrap.php
ChildDef.php
Config.php
ConfigSchema.php
ContentSets.php
Context.php
CSSDefinition.php
Definition.php
DefinitionCache.php
DefinitionCacheFactory.php
Doctype.php
DoctypeRegistry.php
ElementDef.php
Encoder.php
EntityLookup.php
EntityParser.php
ErrorCollector.php
ErrorStruct.php
Exception.php
Filter.php
Generator.php
HTMLDefinition.php
HTMLModule.php
HTMLModuleManager.php
IDAccumulator.php
Injector.php
Language.php
LanguageFactory.php
Length.php
Lexer.php
PercentEncoder.php
Printer.php
PropertyList.php
PropertyListIterator.php
Strategy.php
StringHash.php
StringHashParser.php
TagTransform.php
Token.php
TokenFactory.php
UnitConverter.php
URI.php
URIDefinition.php
URIFilter.php
URIParser.php
URIScheme.php
URISchemeRegistry.php
VarParser.php
VarParserException.php
HTMLPurifier.auto.php
HTMLPurifier.autoload.php
HTMLPurifier.func.php
HTMLPurifier.includes.php
HTMLPurifier.kses.php
HTMLPurifier.path.php
HTMLPurifier.php
HTMLPurifier.safe-includes.php
main
admin.php
admin_menu.php
blocks.php
main.php
module_icon.php
notification.php
oninstall.php
onuninstall.php
onupdate.php
preload.php
public_check.php
xoops_version.php
admin.php
backend.php
banners.php
browse.php
edituser.php
footer.php
header.php
image.php
imagemanager.php
index.php
lostpass.php
mainfile.dist.php
mainfile.php
misc.php
notifications.php
pda.php
pmlite.php
readpmsg.php
register.php
search.php
user.php
userinfo.php
viewpmsg.php
xmlrpc.php
File Members
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
BdoDir.php
Go to the documentation of this file.
1
<?php
2
3
// this MUST be placed in post, as it assumes that any value in dir is valid
4
8
class
HTMLPurifier_AttrTransform_BdoDir
extends
HTMLPurifier_AttrTransform
9
{
10
11
public
function
transform
($attr,
$config
, $context) {
12
if
(isset($attr[
'dir'
]))
return
$attr;
13
$attr[
'dir'
] =
$config
->get(
'Attr.DefaultTextDir'
);
14
return
$attr;
15
}
16
17
}
18
19
// vim: et sw=4 sts=4
L:
0xoops
xoops-2.5.6
htdocs
xoops_lib
modules
protector
library
HTMLPurifier
AttrTransform
BdoDir.php
Generated on Fri May 10 2013 01:04:29 for XOOPS 2.5.6 by
1.8.3.1