pm_Form:: define_dynamic Method

Adds the name of the dynamic template block nested within the parent template file to the TEMPLATE array of the internal rFastTemplate instance.

Syntax

protected function define_dynamic ($Macro, $Parent)

Parameters

Macro

      A string that specifies the name of the dynamic template block nested within the template file.

Parent

      A string that specifies the 'parent' – the template name stored in the TEMPLATE array of the internal rFastTemplate instance and referencing the name of the template file within which the dynamic block is nested. Holds an empty string by default.

Returns

A boolean which is always true.