Extracted at 2014-06-26.
pike.ida.liu.se
[Top]
Fins
Fins.FinsView

Method Fins.FinsView()->low_get_view()


Method low_get_view

Template.View low_get_view(program templateType, string tn)

Description

create a view using the template program specified.

Parameter templateType

a program implementing Fins.Template.Template

Parameter tn

a string passed to the constructor of the template program. the meaning of this value will vary depending on the template implementation. often, this is the name of the template to load, or it may be the actual content of the template, for example in Fins.Template.StringSimple .