PHP 클래스 PartKeepr\ManufacturerBundle\Entity\ManufacturerICLogo

상속: extends PartKeepr\ImageBundle\Entity\Image
파일 보기 프로젝트 열기: partkeepr/PartKeepr 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Creates a new IC logo instance.
getManufacturer ( ) : Manufacturer Returns the manufacturer.
setManufacturer ( Manufacturer $manufacturer = null ) Sets the manufacturer.

메소드 상세

__construct() 공개 메소드

Creates a new IC logo instance.
public __construct ( )

getManufacturer() 공개 메소드

Returns the manufacturer.
public getManufacturer ( ) : Manufacturer
리턴 Manufacturer the manufacturer

setManufacturer() 공개 메소드

Sets the manufacturer.
public setManufacturer ( Manufacturer $manufacturer = null )
$manufacturer Manufacturer The manufacturer to set