Moved the MVC to extend the CMS MVC via namespace.
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Admins_custom_tabs Table class
|
||||
*/
|
||||
class ComponentbuilderTableAdmin_custom_tabs extends JTable
|
||||
class ComponentbuilderTableAdmin_custom_tabs extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Admins_fields Table class
|
||||
*/
|
||||
class ComponentbuilderTableAdmin_fields extends JTable
|
||||
class ComponentbuilderTableAdmin_fields extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Admins_fields_conditions Table class
|
||||
*/
|
||||
class ComponentbuilderTableAdmin_fields_conditions extends JTable
|
||||
class ComponentbuilderTableAdmin_fields_conditions extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Admins_fields_relations Table class
|
||||
*/
|
||||
class ComponentbuilderTableAdmin_fields_relations extends JTable
|
||||
class ComponentbuilderTableAdmin_fields_relations extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Admin_views Table class
|
||||
*/
|
||||
class ComponentbuilderTableAdmin_view extends JTable
|
||||
class ComponentbuilderTableAdmin_view extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Class_extendings Table class
|
||||
*/
|
||||
class ComponentbuilderTableClass_extends extends JTable
|
||||
class ComponentbuilderTableClass_extends extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Class_methods Table class
|
||||
*/
|
||||
class ComponentbuilderTableClass_method extends JTable
|
||||
class ComponentbuilderTableClass_method extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Class_properties Table class
|
||||
*/
|
||||
class ComponentbuilderTableClass_property extends JTable
|
||||
class ComponentbuilderTableClass_property extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Components_admin_views Table class
|
||||
*/
|
||||
class ComponentbuilderTableComponent_admin_views extends JTable
|
||||
class ComponentbuilderTableComponent_admin_views extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Components_config Table class
|
||||
*/
|
||||
class ComponentbuilderTableComponent_config extends JTable
|
||||
class ComponentbuilderTableComponent_config extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Components_custom_admin_menus Table class
|
||||
*/
|
||||
class ComponentbuilderTableComponent_custom_admin_menus extends JTable
|
||||
class ComponentbuilderTableComponent_custom_admin_menus extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Components_custom_admin_views Table class
|
||||
*/
|
||||
class ComponentbuilderTableComponent_custom_admin_views extends JTable
|
||||
class ComponentbuilderTableComponent_custom_admin_views extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Components_dashboard Table class
|
||||
*/
|
||||
class ComponentbuilderTableComponent_dashboard extends JTable
|
||||
class ComponentbuilderTableComponent_dashboard extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Components_files_folders Table class
|
||||
*/
|
||||
class ComponentbuilderTableComponent_files_folders extends JTable
|
||||
class ComponentbuilderTableComponent_files_folders extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Components_modules Table class
|
||||
*/
|
||||
class ComponentbuilderTableComponent_modules extends JTable
|
||||
class ComponentbuilderTableComponent_modules extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Components_mysql_tweaks Table class
|
||||
*/
|
||||
class ComponentbuilderTableComponent_mysql_tweaks extends JTable
|
||||
class ComponentbuilderTableComponent_mysql_tweaks extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Components_placeholders Table class
|
||||
*/
|
||||
class ComponentbuilderTableComponent_placeholders extends JTable
|
||||
class ComponentbuilderTableComponent_placeholders extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Components_plugins Table class
|
||||
*/
|
||||
class ComponentbuilderTableComponent_plugins extends JTable
|
||||
class ComponentbuilderTableComponent_plugins extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Components_site_views Table class
|
||||
*/
|
||||
class ComponentbuilderTableComponent_site_views extends JTable
|
||||
class ComponentbuilderTableComponent_site_views extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Components_updates Table class
|
||||
*/
|
||||
class ComponentbuilderTableComponent_updates extends JTable
|
||||
class ComponentbuilderTableComponent_updates extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Custom_admin_views Table class
|
||||
*/
|
||||
class ComponentbuilderTableCustom_admin_view extends JTable
|
||||
class ComponentbuilderTableCustom_admin_view extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Custom_codes Table class
|
||||
*/
|
||||
class ComponentbuilderTableCustom_code extends JTable
|
||||
class ComponentbuilderTableCustom_code extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Dynamic_gets Table class
|
||||
*/
|
||||
class ComponentbuilderTableDynamic_get extends JTable
|
||||
class ComponentbuilderTableDynamic_get extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Fields Table class
|
||||
*/
|
||||
class ComponentbuilderTableField extends JTable
|
||||
class ComponentbuilderTableField extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Fieldtypes Table class
|
||||
*/
|
||||
class ComponentbuilderTableFieldtype extends JTable
|
||||
class ComponentbuilderTableFieldtype extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Help_documents Table class
|
||||
*/
|
||||
class ComponentbuilderTableHelp_document extends JTable
|
||||
class ComponentbuilderTableHelp_document extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Joomla_components Table class
|
||||
*/
|
||||
class ComponentbuilderTableJoomla_component extends JTable
|
||||
class ComponentbuilderTableJoomla_component extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Joomla_modules Table class
|
||||
*/
|
||||
class ComponentbuilderTableJoomla_module extends JTable
|
||||
class ComponentbuilderTableJoomla_module extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Joomla_modules_files_folders_urls Table class
|
||||
*/
|
||||
class ComponentbuilderTableJoomla_module_files_folders_urls extends JTable
|
||||
class ComponentbuilderTableJoomla_module_files_folders_urls extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Joomla_modules_updates Table class
|
||||
*/
|
||||
class ComponentbuilderTableJoomla_module_updates extends JTable
|
||||
class ComponentbuilderTableJoomla_module_updates extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Joomla_plugins Table class
|
||||
*/
|
||||
class ComponentbuilderTableJoomla_plugin extends JTable
|
||||
class ComponentbuilderTableJoomla_plugin extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Joomla_plugins_files_folders_urls Table class
|
||||
*/
|
||||
class ComponentbuilderTableJoomla_plugin_files_folders_urls extends JTable
|
||||
class ComponentbuilderTableJoomla_plugin_files_folders_urls extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Joomla_plugin_groups Table class
|
||||
*/
|
||||
class ComponentbuilderTableJoomla_plugin_group extends JTable
|
||||
class ComponentbuilderTableJoomla_plugin_group extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Joomla_plugins_updates Table class
|
||||
*/
|
||||
class ComponentbuilderTableJoomla_plugin_updates extends JTable
|
||||
class ComponentbuilderTableJoomla_plugin_updates extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Languages Table class
|
||||
*/
|
||||
class ComponentbuilderTableLanguage extends JTable
|
||||
class ComponentbuilderTableLanguage extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Language_translations Table class
|
||||
*/
|
||||
class ComponentbuilderTableLanguage_translation extends JTable
|
||||
class ComponentbuilderTableLanguage_translation extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Layouts Table class
|
||||
*/
|
||||
class ComponentbuilderTableLayout extends JTable
|
||||
class ComponentbuilderTableLayout extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Libraries Table class
|
||||
*/
|
||||
class ComponentbuilderTableLibrary extends JTable
|
||||
class ComponentbuilderTableLibrary extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Libraries_config Table class
|
||||
*/
|
||||
class ComponentbuilderTableLibrary_config extends JTable
|
||||
class ComponentbuilderTableLibrary_config extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Libraries_files_folders_urls Table class
|
||||
*/
|
||||
class ComponentbuilderTableLibrary_files_folders_urls extends JTable
|
||||
class ComponentbuilderTableLibrary_files_folders_urls extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Placeholders Table class
|
||||
*/
|
||||
class ComponentbuilderTablePlaceholder extends JTable
|
||||
class ComponentbuilderTablePlaceholder extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Servers Table class
|
||||
*/
|
||||
class ComponentbuilderTableServer extends JTable
|
||||
class ComponentbuilderTableServer extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Site_views Table class
|
||||
*/
|
||||
class ComponentbuilderTableSite_view extends JTable
|
||||
class ComponentbuilderTableSite_view extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Snippets Table class
|
||||
*/
|
||||
class ComponentbuilderTableSnippet extends JTable
|
||||
class ComponentbuilderTableSnippet extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Snippet_types Table class
|
||||
*/
|
||||
class ComponentbuilderTableSnippet_type extends JTable
|
||||
class ComponentbuilderTableSnippet_type extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Templates Table class
|
||||
*/
|
||||
class ComponentbuilderTableTemplate extends JTable
|
||||
class ComponentbuilderTableTemplate extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Validation_rules Table class
|
||||
*/
|
||||
class ComponentbuilderTableValidation_rule extends JTable
|
||||
class ComponentbuilderTableValidation_rule extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
Reference in New Issue
Block a user