File manager - Edit - /home/capoccitel/www/administrator/components/com_rsform/views/formajax/view.raw.php
Back
<?php /** * @package RSForm! Pro * @copyright (C) 2007-2014 www.rsjoomla.com * @license GPL, http://www.gnu.org/copyleft/gpl.html */ defined('_JEXEC') or die('Restricted access'); class RsformViewFormajax extends JViewLegacy { public function display($tpl = null) { switch ($this->getLayout()) { case 'component': $this->fields = $this->get('componentFields'); $this->data = $this->get('componentData'); $this->type_id = $this->get('componentType'); $this->componentId = $this->get('componentId'); $this->show_save = count($this->fields) > 3; break; case 'component_published': case 'component_required': $this->i = $this->get('i'); $this->field = $this->get('component'); break; } parent::display($tpl); } }
| ver. 1.6 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings