Abstract Class HTMLPurifier_AttrDef_URI_Email

InheritanceHTMLPurifier_AttrDef_URI_Email » HTMLPurifier_AttrDef
SubclassesHTMLPurifier_AttrDef_URI_Email_SimpleCheck

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$minimized Tells us whether or not an HTML attribute is minimized. HTMLPurifier_AttrDef
$required Tells us whether or not an HTML attribute is required. HTMLPurifier_AttrDef

Public Methods

Hide inherited methods

MethodDescriptionDefined By
make() Factory method for creating this class from a string. HTMLPurifier_AttrDef
parseCDATA() Convenience method that parses a string as if it were CDATA. HTMLPurifier_AttrDef
unpack() Unpacks a mailbox into its display-name and address HTMLPurifier_AttrDef_URI_Email
validate() Validates and cleans passed string according to a definition. HTMLPurifier_AttrDef

Protected Methods

Hide inherited methods

MethodDescriptionDefined By
expandCSSEscape() Parses a possibly escaped CSS string and returns the "pure" version of it. HTMLPurifier_AttrDef
mungeRgb() Removes spaces from rgb(0, 0, 0) so that shorthand CSS properties work properly. THIS IS A HACK! HTMLPurifier_AttrDef

Method Details

unpack() public method

Unpacks a mailbox into its display-name and address

public mixed unpack ( $string )
$string string