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

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

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

Метод Описание
__construct ( EntityManager $entityManager )
setupDefaultPartUnit ( ) : boolean Sets up the default part unit (pieces) if it doesn't exist.

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

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

public __construct ( EntityManager $entityManager )
$entityManager Doctrine\ORM\EntityManager

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

Sets up the default part unit (pieces) if it doesn't exist.
public setupDefaultPartUnit ( ) : boolean
Результат boolean True if a default unit was created, false if it already exists