Logidav Docs

SaleSavFormService extends TransactionalService
in package

Class SaleSavFormService

Table of Contents

Properties

$em  : EntityManager
$SavFormRepository  : mixed

Methods

addRepository()  : void
Add a repository to this service
addService()  : void
Add a service to this service
find()  : mixed
findBy()  : mixed
findByCustomerId()  : mixed
getEntityManager()  : EntityManager
Getter of the Entity Manager
save()  : SaleSavForm
Save a SaleSav
setEntityManager()  : mixed
Setter of the Entity Manager

Properties

Methods

addRepository()

Add a repository to this service

public addRepository(int $key, string $class) : void
Parameters
$key : int

Key

$class : string

Class

addService()

Add a service to this service

public addService(int $key, mixed $service) : void
Parameters
$key : int

Key

$service : mixed

findBy()

public findBy([mixed $params = [] ]) : mixed
Parameters
$params : mixed = []

findByCustomerId()

public findByCustomerId(mixed $id[, mixed $status = 0 ]) : mixed
Parameters
$id : mixed
$status : mixed = 0

getEntityManager()

Getter of the Entity Manager

public getEntityManager() : EntityManager
Return values
EntityManager

setEntityManager()

Setter of the Entity Manager

public setEntityManager(EntityManager $em) : mixed
Parameters
$em : EntityManager

the Entity Manager


        
On this page

Search results