[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

HTML API: WP_HTML_Stack_Event class

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

Defines 1 class

WP_HTML_Stack_Event:: (1 method):
  __construct()


Class: WP_HTML_Stack_Event  - X-Ref

Core class used by the HTML Processor as a record for stack operations.

This class is for internal usage of the WP_HTML_Processor class.

__construct( WP_HTML_Token $token, string $operation, string $provenance )   X-Ref
Constructor function.

param: WP_HTML_Token $token      Token associated with stack event, always an opening token.
param: string        $operation  One of self::PUSH or self::POP.
param: string        $provenance "virtual" or "real".



Generated : Mon Sep 16 08:20:01 2024 Cross-referenced by PHPXref