PluginProbe ʕ •ᴥ•ʔ
VikAppointments Services Booking Calendar / 1.2.18
VikAppointments Services Booking Calendar v1.2.18
trunk 1.2.17 1.2.18 1.2.19
vikappointments / admin / models / langstatuscode.php
vikappointments / admin / models Last commit date
apiban.php 4 months ago apilog.php 4 months ago apiplugin.php 4 months ago apiuser.php 4 months ago apiuseroptions.php 4 months ago backup.php 4 months ago caldays.php 4 months ago calendar.php 4 months ago city.php 4 months ago closure.php 4 months ago configapp.php 4 months ago configcldays.php 4 months ago configcron.php 4 months ago configemp.php 4 months ago configsmsapi.php 4 months ago configuration.php 4 months ago conversion.php 4 months ago country.php 4 months ago coupon.php 4 months ago couponemployee.php 4 months ago coupongroup.php 4 months ago couponservice.php 4 months ago cronjob.php 4 months ago cronjoblog.php 4 months ago customer.php 4 months ago customf.php 4 months ago customfservice.php 4 months ago customizer.php 4 months ago empgroup.php 4 months ago employee.php 4 months ago empsettings.php 4 months ago file.php 4 months ago findreservation.php 4 months ago group.php 4 months ago import.php 4 months ago index.html 4 months ago invoice.php 4 months ago langcustomf.php 4 months ago langempgroup.php 4 months ago langemployee.php 4 months ago langgroup.php 4 months ago langmedia.php 4 months ago langoption.php 4 months ago langoptiongroup.php 4 months ago langoptionvar.php 4 months ago langpackage.php 4 months ago langpackgroup.php 4 months ago langpayment.php 4 months ago langservice.php 4 months ago langstatuscode.php 4 months ago langsubscr.php 4 months ago langtax.php 4 months ago langtaxrule.php 4 months ago location.php 4 months ago mailtext.php 4 months ago makerecurrence.php 4 months ago media.php 4 months ago multiorder.php 4 months ago option.php 4 months ago optiongroup.php 4 months ago optionvar.php 4 months ago orderstatus.php 4 months ago package.php 4 months ago packageservice.php 4 months ago packgroup.php 4 months ago packorder.php 4 months ago packorderitem.php 4 months ago payment.php 4 months ago rate.php 4 months ago reportsemp.php 4 months ago reportsser.php 4 months ago reservation.php 4 months ago resoptassoc.php 4 months ago restriction.php 4 months ago review.php 4 months ago serempassoc.php 4 months ago seroptassoc.php 4 months ago serrateassoc.php 4 months ago serrestrassoc.php 4 months ago service.php 4 months ago state.php 4 months ago statswidget.php 4 months ago statuscode.php 4 months ago subscription.php 4 months ago subscrorder.php 4 months ago tag.php 4 months ago tax.php 4 months ago taxrule.php 4 months ago updateprogram.php 4 months ago usernote.php 4 months ago waitinglist.php 4 months ago webhook.php 4 months ago worktime.php 4 months ago
langstatuscode.php
25 lines
1 <?php
2 /**
3 * @package VikAppointments
4 * @subpackage core
5 * @author E4J s.r.l.
6 * @copyright Copyright (C) 2021 E4J s.r.l. All Rights Reserved.
7 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
8 * @link https://vikwp.com
9 */
10
11 // No direct access
12 defined('ABSPATH') or die('No script kiddies please!');
13
14 VAPLoader::import('libraries.mvc.model');
15
16 /**
17 * VikAppointments translation status code model.
18 *
19 * @since 1.7
20 */
21 class VikAppointmentsModelLangstatuscode extends JModelVAP
22 {
23
24 }
25