OXID eShop CE  6.1.5
OxidEsales\EshopCommunity\Core\Dao\BaseDaoInterface Interface Reference

Public Member Functions

 findAll ()
 
 delete ($id)
 
 save ($object)
 
 startTransaction ()
 
 commitTransaction ()
 
 rollbackTransaction ()
 

Detailed Description

Data access object interface.

Member Function Documentation

◆ commitTransaction()

OxidEsales\EshopCommunity\Core\Dao\BaseDaoInterface::commitTransaction ( )

Commit a database transaction.

◆ delete()

OxidEsales\EshopCommunity\Core\Dao\BaseDaoInterface::delete (   $id)

Deletes the entity with the given id.

Parameters
string$idAn id of the entity to delete.

◆ findAll()

OxidEsales\EshopCommunity\Core\Dao\BaseDaoInterface::findAll ( )

Finds all entities.

Returns
array

◆ rollbackTransaction()

OxidEsales\EshopCommunity\Core\Dao\BaseDaoInterface::rollbackTransaction ( )

RollBack a database transaction.

◆ save()

OxidEsales\EshopCommunity\Core\Dao\BaseDaoInterface::save (   $object)

Updates or insert the given entity.

Parameters
object$object

◆ startTransaction()

OxidEsales\EshopCommunity\Core\Dao\BaseDaoInterface::startTransaction ( )

Start a database transaction.


The documentation for this interface was generated from the following file: