Home
last modified time | relevance | path

Searched refs:renderInputFieldWithContext (Results 1 – 2 of 2) sorted by relevance

/dports/www/ilias6/ILIAS-6.14/src/UI/Implementation/Component/Input/Field/
H A DRenderer.php67 …return $this->renderInputFieldWithContext($default_renderer, $input_tpl, $component, $id, $dependa…
93 return $this->renderInputFieldWithContext($default_renderer, $input_tpl, $component, $id);
228 …protected function renderInputFieldWithContext(RendererInterface $default_renderer, Template $inpu… function in ILIAS\\UI\\Implementation\\Component\\Input\\Field\\Renderer
/dports/www/ilias/ILIAS-5.4.25/src/UI/Implementation/Component/Input/Field/
H A DRenderer.php101 $html = $this->renderInputFieldWithContext($input_tpl, $input, $id, $dependant_group_html);
229 …protected function renderInputFieldWithContext(Template $input_tpl, Input $input, $id = null, $dep… function in ILIAS\\UI\\Implementation\\Component\\Input\\Field\\Renderer