Skip to content

SmartyOutputFilterInterface

MekDrop edited this page Jul 25, 2022 · 1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!# Imponeer\Contracts\Smarty\Filter\SmartyOutputFilterInterface

Defines filter that is executed before template is loaded and executed but before displayed

Implements:

Imponeer\Contracts\Smarty\Filter\SmartyFilterInterface

Methods

Name Description
execute Executes filter

SmartyOutputFilterInterface::execute

Description

public execute (string $output, \Smarty_Internal_Template $template)

Executes filter

Parameters

  • (string) $output : Current processed template source
  • (\Smarty_Internal_Template) $template : Current smarty instance

Return Values

string