Habari\TemplateEngine::assign PHP Method

assign() abstract public method

Assigns a variable to the template engine for use in constructing the template's output.
abstract public assign ( string $key, mixed $value = '' )
$key string name of variable
$value mixed value of variable
    abstract function assign($key, $value = '');