Overview

Namespaces

  • Thelia
    • Action
    • Config
    • Controller
    • Core
      • Bundle
      • DependencyInjection
        • Compiler
        • Loader
      • Event
      • EventListener
      • Template
        • BaseParam
    • Exception
    • Log
      • Destination
    • Model
      • map
      • om
    • Routing
      • Matcher
    • Tools
    • Tpex
      • BaseParam
      • Element
        • Loop
        • TestLoop
      • Event
      • Exception
      • Filter
      • Tokenizer

Classes

  • TpexEvent
  • Overview
  • Namespace
  • Class
  • Tree

Class TpexEvent

Symfony\Component\EventDispatcher\Event
Extended by Thelia\Tpex\Event\TpexEvent
Namespace: Thelia\Tpex\Event
Located at core/lib/Thelia/Tpex/Event/TpexEvent.php
Methods summary
public
# __construct( string $content, Symfony\Component\HttpFoundation\Request $request )

Parameters

$content
string
$content the text parsing by Tpex
$request
public string
# getContent( )

Returns

string
$content
public
# setContent( string $content )

set the content. This don't stop propagation, pther EventListener can modify the content

Parameters

$content
string
$content
Properties summary
protected string $content
#

the current content parsing by Tpex

the current content parsing by Tpex

protected mixed $request
#
thelia API documentation generated by ApiGen 2.8.0