
Public Member Functions | |
| __construct ($name, $attr=array(), $line=null) | |
| Non-overloaded constructor, which lower-cases passed tag name. | |
| __construct ($name, $attr=array(), $line=null) | |
| Non-overloaded constructor, which lower-cases passed tag name. | |
Public Attributes | |
| $is_tag = true | |
| Static bool marker that indicates the class is a tag. | |
| $name | |
| The lower-case name of the tag, like 'a', 'b' or 'blockquote'. | |
| $attr = array() | |
| Associative array of the tag's attributes. | |
Definition at line 6 of file Tag.php.
| HTMLPurifier_Token_Tag::__construct | ( | $ | name, | |
| $ | attr = array(), |
|||
| $ | line = null | |||
| ) |
Non-overloaded constructor, which lower-cases passed tag name.
| $name | String name. | |
| $attr | Associative array of attributes. |
Definition at line 36 of file Tag.php.
References $attr, HTMLPurifier_Token::$line, and $name.
| HTMLPurifier_Token_Tag::__construct | ( | $ | name, | |
| $ | attr = array(), |
|||
| $ | line = null | |||
| ) |
Non-overloaded constructor, which lower-cases passed tag name.
| $name | String name. | |
| $attr | Associative array of attributes. |
Definition at line 13809 of file HTMLPurifier.standalone.php.
References $attr, HTMLPurifier_Token::$line, and $name.
| HTMLPurifier_Token_Tag::$is_tag = true |
| HTMLPurifier_Token_Tag::$name |
The lower-case name of the tag, like 'a', 'b' or 'blockquote'.
Definition at line 23 of file Tag.php.
Referenced by __construct().
| HTMLPurifier_Token_Tag::$attr = array() |
Associative array of the tag's attributes.
Definition at line 28 of file Tag.php.
Referenced by __construct().
1.5.3