Rename some database classes, adds the core database classes.

This commit is contained in:
2022-11-27 09:31:56 +02:00
parent 1c7515d0f5
commit 6c42b5af61
26 changed files with 1180 additions and 193 deletions

View File

@@ -13,11 +13,11 @@ namespace VDM\Joomla\Componentbuilder\Search\Interfaces;
/**
* Search Database Set Interface
* Search Database Insert Interface
*
* @since 3.2.0
*/
interface SetInterface
interface InsertInterface
{
/**
* Set values to a given table

View File

@@ -13,11 +13,11 @@ namespace VDM\Joomla\Componentbuilder\Search\Interfaces;
/**
* Search Database Get Interface
* Search Database Load Interface
*
* @since 3.2.0
*/
interface GetInterface
interface LoadInterface
{
/**
* Get a value from a given table