Prado\Web\UI\ITemplate::instantiateIn PHP Method

instantiateIn() public method

Content in the template will be instantiated as components and text strings and passed to the specified parent control.
public instantiateIn ( $parent )
    public function instantiateIn($parent);
ITemplate