SproutCMS

This is the code documentation for the SproutCMS project

function templateVariable()

Register an helper to expose to twig templates via the 'sprout' namespace.

Usage

void Register::templateVariable ( string $name , mixed $item );

Arguments

  1. string $name
  2. mixed $item

Return value

  • void