Skip to content

SmartyPreFilterInterface

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\SmartyPreFilterInterface

Defines filter that is executed to process template source before compilation

Implements:

Imponeer\Contracts\Smarty\Filter\SmartyFilterInterface

Methods

Name Description
execute Executes filter

SmartyPreFilterInterface::execute

Description

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

Executes filter

Parameters

  • (string) $source : Template source code that is now processed
  • (\Smarty_Internal_Template) $template : Current smarty instance

Return Values

string