XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
HTMLPurifier_URIScheme_data Class Reference
Inheritance diagram for HTMLPurifier_URIScheme_data:
Inheritance graph

Public Member Functions

 doValidate (&$uri, $config, $context)
 
 muteErrorHandler ($errno, $errstr)
 
- Public Member Functions inherited from HTMLPurifier_URIScheme
 doValidate (&$uri, $config, $context)
 
 validate (&$uri, $config, $context)
 

Public Attributes

 $allowed_types
 
 $browsable = true
 
 $may_omit_host = true
 
- Public Attributes inherited from HTMLPurifier_URIScheme
 $browsable = false
 
 $default_port = null
 
 $hierarchical = false
 
 $may_omit_host = false
 
 $secure = false
 

Detailed Description

Implements data: URI for base64 encoded images supported by GD.

Definition at line 6 of file data.php.

Member Function Documentation

HTMLPurifier_URIScheme_data::doValidate ( $uri,
  $config,
  $context 
)

Definition at line 20 of file data.php.

References $file, and $result.

HTMLPurifier_URIScheme_data::muteErrorHandler (   $errno,
  $errstr 
)

Definition at line 93 of file data.php.

Member Data Documentation

HTMLPurifier_URIScheme_data::$allowed_types
Initial value:
= array(
'image/jpeg' => true,
'image/gif' => true,
'image/png' => true,
)

Definition at line 9 of file data.php.

HTMLPurifier_URIScheme_data::$browsable = true

Definition at line 8 of file data.php.

HTMLPurifier_URIScheme_data::$may_omit_host = true

Definition at line 18 of file data.php.


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