MauroFerrettiSRLProductService
in package
Table of Contents
Properties
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
- $repository : MauroFerrettiSRLProductRepository
Methods
- __construct() : mixed
- getRepo() : MauroFerrettiSRLProductRepository
- save() : MauroFerrettiSRLProduct
- Save The Entity
Properties
$container
private
ContainerInterface
$container
$entityManager
private
EntityManagerInterface
$entityManager
$repository
private
MauroFerrettiSRLProductRepository
$repository
Methods
__construct()
public
__construct(ContainerInterface $container, EntityManagerInterface $entityManager, MauroFerrettiSRLProductRepository $repository) : mixed
Parameters
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
- $repository : MauroFerrettiSRLProductRepository
getRepo()
public
getRepo() : MauroFerrettiSRLProductRepository
Return values
MauroFerrettiSRLProductRepositorysave()
Save The Entity
public
save(MauroFerrettiSRLProduct $mauroFerrettiSRLProduct) : MauroFerrettiSRLProduct
Parameters
- $mauroFerrettiSRLProduct : MauroFerrettiSRLProduct