PHP 클래스 PartKeepr\SetupBundle\Services\PartUnitSetupService

파일 보기 프로젝트 열기: partkeepr/PartKeepr

공개 메소드들

메소드 설명
__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