Logidav Docs

WarehouseService
in package

Class WarehouseService

This class represents a service for managing warehouses.

Table of Contents

Properties

$entityManager  : EntityManagerInterface

Methods

__construct()  : void
Class constructor.
getRepo()  : WarehouseRepository
save()  : Warehouse
Save Warehouse

Properties

Methods

__construct()

Class constructor.

public __construct(EntityManagerInterface $entityManager) : void
Parameters
$entityManager : EntityManagerInterface

The entity manager instance.


        
On this page

Search results