Habari\TemplateEngine::append PHP Method

append() abstract public method

Appends to an existing variable more values
abstract public append ( string $key, mixed $value = '' )
$key string name of variable
$value mixed value of variable
    abstract function append($key, $value = '');