PHP Class ContentEvaluator, HamlPHP

Inheritance: implements IContentEvaluator
Show file Open project: hamlphp/hamlphp

Public Methods

Method Description
evaluate ( $content, array $contentVariables = [] )
evaluateFile ( $filePath, array $contentVariables = [] ) : string

Method Details

evaluate() public method

public evaluate ( $content, array $contentVariables = [] )
$contentVariables array

evaluateFile() public method

See also: ContentEvaluator::evaluateFile()
public evaluateFile ( $filePath, array $contentVariables = [] ) : string
$contentVariables array an array of variables
return string