PHP 클래스 PartKeepr\SetupBundle\Services\SiPrefixSetupService

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

공개 메소드들

메소드 설명
__construct ( EntityManager $entityManager, Symfony\Component\HttpKernel\KernelInterface $kernel ) SiPrefixSetupService constructor.
importSiPrefixes ( ) : array Imports or updates the existing si prefixes.

보호된 메소드들

메소드 설명
getSiPrefix ( string $name ) : SiPrefix | null Finds an SI Prefix by name.

메소드 상세

__construct() 공개 메소드

SiPrefixSetupService constructor.
public __construct ( EntityManager $entityManager, Symfony\Component\HttpKernel\KernelInterface $kernel )
$entityManager Doctrine\ORM\EntityManager
$kernel Symfony\Component\HttpKernel\KernelInterface

getSiPrefix() 보호된 메소드

Finds an SI Prefix by name.
protected getSiPrefix ( string $name ) : SiPrefix | null
$name string The SI Prefix name
리턴 PartKeepr\SiPrefixBundle\Entity\SiPrefix | null

importSiPrefixes() 공개 메소드

Imports or updates the existing si prefixes.
public importSiPrefixes ( ) : array
리턴 array An array with the keys "skipped" and "imported" which contain the number of si prefixes skipped and imported