__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package SP Page Builder
* @author JoomShaper http://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2024 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/
namespace JoomShaper\SPPageBuilder\DynamicContent\Models;
defined('_JEXEC') or die;
use JoomShaper\SPPageBuilder\DynamicContent\Model;
class Language extends Model
{
/**
* The table name associated with the model.
*
* @var string
* @since 5.5.0
*/
protected $table = '#__languages';
/**
* The primary key for the model.
*
* @var string
* @since 5.5.0
*/
protected $primaryKey = 'lang_code';
/**
* The name of the model. This name is important and used for renaming the table in the sql queries.
*
* @var string
* @since 5.5.0
*/
protected $name = 'language';
}| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Access.php | File | 871 B | 0664 |
|
| Asset.php | File | 1.12 KB | 0664 |
|
| Collection.php | File | 2.22 KB | 0664 |
|
| CollectionField.php | File | 2.14 KB | 0664 |
|
| CollectionImports.php | File | 916 B | 0664 |
|
| CollectionItem.php | File | 2.29 KB | 0664 |
|
| CollectionItemValue.php | File | 1.57 KB | 0664 |
|
| Language.php | File | 881 B | 0664 |
|
| Menu.php | File | 861 B | 0664 |
|
| Page.php | File | 2.02 KB | 0664 |
|
| User.php | File | 1 KB | 0664 |
|