Function Tempcode->evaluate_echo

Definitions

sources/tempcode.php

  • Parse the current Tempcode object, then echo it to the browser.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$current_lang ?LANGUAGE_NAME Null N/A N/A The language to evaluate with (null: current user's language)

Return

  • Blank string. Allows chaining within echo statements
  • Type: string
  • Set: N/A
  • Range: N/A