Function Tempcode->evaluate

Definitions

sources/tempcode.php

  • Parses the current Tempcode object, then return the parsed string.
  • 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

  • The evaluated thing. Voila, it's all over!
  • Type: string
  • Set: N/A
  • Range: N/A