Orpheus

DeleteTransactionOperation extends TransactionOperation
in package

The DeleteTransactionOperation class

Transaction operation to delete objects from DBMS

Tags
author

Florent Hazard contact@sowapps.com

Table of Contents

Properties

$class  : PermanentEntity>
The class of this operation
$isValid  : bool
If this Operation is valid
$object  : PermanentEntity
The object of this operation
$sqlAdapter  : AbstractSqlAdapter|null
The SQL Adapter
$transactionOperationSet  : TransactionOperationSet|null
The transaction set

Methods

__construct()  : mixed
Constructor
getSqlAdapter()  : AbstractSqlAdapter|null
Get the SQL Adapter
getTransactionOperationSet()  : TransactionOperationSet
Get the TransactionOperationSet
isValid()  : bool
If this operation is valid
run()  : bool
Run this operation
runIfValid()  : mixed
Run this operation only if valid
setSqlAdapter()  : static
Set the SQL Adapter
setTransactionOperationSet()  : static
Set the TransactionOperationSet
validate()  : void
Validate this operation
setIsValid()  : static
Set this operation validity

Properties

Methods

setIsValid()

Set this operation validity

protected setIsValid(bool $valid) : static
Parameters
$valid : bool
Return values
static

							
On this page

Search results