uawdijnntqw1x1x1
IP : 216.73.217.22
Hostname : webm007.cluster114.gra.hosting.ovh.net
Kernel : Linux webm007.cluster114.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
locationbo
/
www
/
libraries
/
smartslider3
/
src
/
Framework
/
Form
/
Container
/
ContainerRowGroup.php
/
/
<?php namespace Nextend\Framework\Form\Container; use Nextend\Framework\Form\ContainerGeneral; use Nextend\Framework\Form\Fieldset\FieldsetRow; class ContainerRowGroup extends ContainerGeneral { public function renderContainer() { echo '<div class="n2_form__table_row_group" data-field="table-row-group-' . esc_attr($this->name) . '">'; if ($this->label !== false) { echo '<div class="n2_form__table_row_group_label">'; echo esc_html($this->label); echo '</div>'; } echo '<div class="n2_form__table_row_group_rows" data-field="table-row-group-rows-' . esc_attr($this->name) . '">'; parent::renderContainer(); echo '</div>'; echo '</div>'; } /** * @param $name * * @return FieldsetRow */ public function createRow($name) { return new FieldsetRow($this, $name); } }
/home/locationbo/www/libraries/smartslider3/src/Framework/Form/Container/ContainerRowGroup.php