Nextras\Forms\Controls\Fragments\TemplateControlTrait::setTemplateFactory PHP Method

setTemplateFactory() public method

******************* template factory ****************d*g*
public setTemplateFactory ( Nette\Application\UI\ITemplateFactory $templateFactory )
$templateFactory Nette\Application\UI\ITemplateFactory
    public function setTemplateFactory(ITemplateFactory $templateFactory)
    {
        $this->templateFactory = $templateFactory;
    }