PHP Класс PartKeepr\SetupBundle\Services\ManufacturerSetupService

Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( EntityManager $entityManager, UploadedFileService $uploadedFileService, Symfony\Component\HttpKernel\KernelInterface $kernel )
importManufacturers ( ) : array Imports manufacturers.

Защищенные методы

Метод Описание
createManufacturer ( $manufacturerName, $manufacturerData )
manufacturerExists ( string $name ) : true Checks if the specified manufacturer exists.

Описание методов

__construct() публичный Метод

public __construct ( EntityManager $entityManager, UploadedFileService $uploadedFileService, Symfony\Component\HttpKernel\KernelInterface $kernel )
$entityManager Doctrine\ORM\EntityManager
$uploadedFileService PartKeepr\UploadedFileBundle\Services\UploadedFileService
$kernel Symfony\Component\HttpKernel\KernelInterface

createManufacturer() защищенный Метод

protected createManufacturer ( $manufacturerName, $manufacturerData )

importManufacturers() публичный Метод

Imports manufacturers.
public importManufacturers ( ) : array
Результат array An array with the keys "skipped" and "imported" which contain the number of manufacturers skipped and imported

manufacturerExists() защищенный Метод

Checks if the specified manufacturer exists.
protected manufacturerExists ( string $name ) : true
$name string The manufacturer name
Результат true if the manufacturer exists, false otherwise