Nextras\Forms\Controls\Fragments\TemplateControlTrait::setTemplateFactory PHP Метод

setTemplateFactory() публичный Метод

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