PHP Class PartKeepr\ManufacturerBundle\Entity\ManufacturerICLogo

Inheritance: extends PartKeepr\ImageBundle\Entity\Image
Show file Open project: partkeepr/PartKeepr Class Usage Examples

Public Methods

Method Description
__construct ( ) Creates a new IC logo instance.
getManufacturer ( ) : Manufacturer Returns the manufacturer.
setManufacturer ( Manufacturer $manufacturer = null ) Sets the manufacturer.

Method Details

__construct() public method

Creates a new IC logo instance.
public __construct ( )

getManufacturer() public method

Returns the manufacturer.
public getManufacturer ( ) : Manufacturer
return Manufacturer the manufacturer

setManufacturer() public method

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