/home/techb158/immovalet.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML
NameSizeModeActions
Bool.php8730644editdlrm
Class.php14850644editdlrm
Color.php11950644editdlrm
FrameTarget.php8340644editdlrm
ID.php32040644editdlrm
Length.php12500644editdlrm
LinkTypes.php17680644editdlrm
MultiLength.php13320644editdlrm
Nmtokens.php21450644editdlrm
Pixels.php17240644editdlrm
Edit: /home/techb158/immovalet.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Bool.php (873B)
name = $name; } /** * @param string $string * @param HTMLPurifier_Config $config * @param HTMLPurifier_Context $context * @return bool|string */ public function validate($string, $config, $context) { return $this->name; } /** * @param string $string Name of attribute * @return HTMLPurifier_AttrDef_HTML_Bool */ public function make($string) { return new HTMLPurifier_AttrDef_HTML_Bool($string); } } // vim: et sw=4 sts=4