Summary
    Registers a key and an associated value.
    
		- Namespace
 - Cake
.Core .Text  - Containing Type
 - I
Text Transformation Template  
Syntax
void Register(string key, object value)
	Parameters
| Name | Type | Description | 
|---|---|---|
| key | string | The key. | 
| value | object | The value. | 
Return Value
| Type | Description | 
|---|---|
| void | 
