PHP 클래스 PartKeepr\ManufacturerBundle\Entity\Manufacturer

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

공개 메소드들

메소드 설명
__construct ( ) Creates a new manufacturer instance.
addIcLogo ( object $icLogo ) Adds an IC Logo.
getAddress ( ) : string Returns the address.
getComment ( ) : string Returns the comment.
getEmail ( ) : string Returns the email.
getFax ( ) : string Returns the fax number.
getIcLogos ( ) : ArrayCollection Returns the ic logos.
getName ( ) : string Returns the name.
getPhone ( ) : string Returns the phone number.
getURL ( ) : string Returns the URL.
removeIcLogo ( ManufacturerICLogo $icLogo ) Removes an IC Logo.
setAddress ( string $address ) Sets the address.
setComment ( string $comment ) Sets the comment.
setEmail ( string $email ) Sets the email.
setFax ( string $fax ) Sets the fax number.
setName ( string $name ) Sets the name.
setPhone ( string $phone ) Sets the phone number.
setURL ( string $url ) Sets the URL.

메소드 상세

__construct() 공개 메소드

Creates a new manufacturer instance.
public __construct ( )

getAddress() 공개 메소드

Returns the address.
public getAddress ( ) : string
리턴 string The address

getComment() 공개 메소드

Returns the comment.
public getComment ( ) : string
리턴 string The comment

getEmail() 공개 메소드

Returns the email.
public getEmail ( ) : string
리턴 string The email

getFax() 공개 메소드

Returns the fax number.
public getFax ( ) : string
리턴 string The fax number

getIcLogos() 공개 메소드

Returns the ic logos.
public getIcLogos ( ) : ArrayCollection
리턴 Doctrine\Common\Collections\ArrayCollection The array with all ic logos

getName() 공개 메소드

Returns the name.
public getName ( ) : string
리턴 string The name

getPhone() 공개 메소드

Returns the phone number.
public getPhone ( ) : string
리턴 string The phone number

getURL() 공개 메소드

Returns the URL.
public getURL ( ) : string
리턴 string The url

setAddress() 공개 메소드

Sets the address.
public setAddress ( string $address )
$address string The address

setComment() 공개 메소드

Sets the comment.
public setComment ( string $comment )
$comment string The comment

setEmail() 공개 메소드

Sets the email.
public setEmail ( string $email )
$email string The email

setFax() 공개 메소드

Sets the fax number.
public setFax ( string $fax )
$fax string The fax number

setName() 공개 메소드

Sets the name.
public setName ( string $name )
$name string The name

setPhone() 공개 메소드

Sets the phone number.
public setPhone ( string $phone )
$phone string The phone number

setURL() 공개 메소드

Sets the URL.
public setURL ( string $url )
$url string The URL