[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/html-api/ -> class-wp-html-span.php (summary)

HTML API: WP_HTML_Span class

File Size: 56 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

WP_HTML_Span:: (1 method):
  __construct()


Class: WP_HTML_Span  - X-Ref

Core class used by the HTML tag processor to represent a textual span
inside an HTML document.

This is a two-tuple in disguise, used to avoid the memory overhead
involved in using an array for the same purpose.

This class is for internal usage of the WP_HTML_Tag_Processor class.

__construct( $start, $length )   X-Ref
Constructor.

param: int $start  Byte offset into document where replacement span begins.
param: int $length Byte length of span.



Generated : Thu May 2 08:20:01 2024 Cross-referenced by PHPXref