Class Token_lib
Token library
Library with utilities to manage tokens
Methods summary
public
|
|
public
|
#
render( $tokened_text )
Expands all of the tokens found in a given text string and returns the results.
Expands all of the tokens found in a given text string and returns the results.
|
public
|
#
scan( $text )
Parses out the all of the tokens enclosed in braces {} and subparses on the colon : character where supplied
Parses out the all of the tokens enclosed in braces {} and subparses on the colon : character where supplied
|
public
|
#
generate( $used_tokens, & $tokens_to_replace, & $token_values )
|