Class PHPEngine
Renders PHP templates.
- ICanBoogie\Render\PHPEngine implements ICanBoogie\Render\Engine
Methods summary
public
render( string $template_pathname, mixed $thisArg, array $variables, array $options = [] )
: mixed
protected
ensure_is_object( $value )
: ArrayObject|ICanBoogie\Render\StringObject
Ensures that a value is an object.