Core Class
View Source on Trac ↗
Core Class
WP_HTML_Attribute_Token
class WP_HTML_Attribute_Token
// Constructor: function Object() { [native code] } Core class used by the HTML tag processor as a data structure for the attribute token,
Methods 1 methods
| Method / Return | Description |
|---|---|
| __construct() void | Constructor.
Parameters: $name: mixed, $value_start: mixed, $value_length: mixed, $start: mixed, $length: mixed, $is_true: mixed |
Properties
| Property / Type | Description |
|---|---|
| $name mixed public | No description available. |
| $value_starts_at mixed public | No description available. |
| $value_length mixed public | No description available. |
| $start mixed public | No description available. |
| $length mixed public | No description available. |
| $is_true mixed public | No description available. |
Class Information
Since Version
6.2.0
Source File
wp-includes/html-api/class-wp-html-attribute-token.php
Advertisement