File manager - Edit - /home/capoccitel/www/components/com_rtform/controllers/submissions.php
Back
<?php /** * @version CVS: 1.0.0 * @package Com_Rtform * @author Radius Theme <support@radiustheme.com> * @copyright 2016 RadiusTheme.com * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access. defined('_JEXEC') or die; /** * Submissions list controller class. * * @since 1.6 */ class RtformControllerSubmissions extends RtformController { /** * Proxy for getModel. * * @param string $name The model name. Optional. * @param string $prefix The class prefix. Optional * @param array $config Configuration array for model. Optional * * @return object The model * * @since 1.6 */ public function &getModel($name = 'Submissions', $prefix = 'RtformModel', $config = array()) { $model = parent::getModel($name, $prefix, array('ignore_request' => true)); return $model; } }
| ver. 1.6 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings