Cheetah
All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
HTMLPurifier_URIScheme_data Class Reference
Inheritance diagram for HTMLPurifier_URIScheme_data:
HTMLPurifier_URIScheme

Public Member Functions

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

Public Attributes

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

Detailed Description

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

Definition at line 21966 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ doValidate()

HTMLPurifier_URIScheme_data::doValidate ( $uri,
  $config,
  $context 
)
Parameters
HTMLPurifier_URI$uri
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Returns
bool

Reimplemented from HTMLPurifier_URIScheme.

Definition at line 21996 of file HTMLPurifier.standalone.php.

◆ muteErrorHandler()

HTMLPurifier_URIScheme_data::muteErrorHandler (   $errno,
  $errstr 
)
Parameters
int$errno
string$errstr

Definition at line 22093 of file HTMLPurifier.standalone.php.

Member Data Documentation

◆ $allowed_types

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

@type array

Definition at line 21976 of file HTMLPurifier.standalone.php.

◆ $browsable

HTMLPurifier_URIScheme_data::$browsable = true

@type bool

Definition at line 21971 of file HTMLPurifier.standalone.php.

◆ $may_omit_host

HTMLPurifier_URIScheme_data::$may_omit_host = true

@type bool

Definition at line 21988 of file HTMLPurifier.standalone.php.


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