PHP 클래스 WellCommerce\Bundle\CompanyBundle\Entity\Company

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\DoctrineBundle\Entity\AbstractEntity, implements WellCommerce\Bundle\CompanyBundle\Entity\CompanyInterface, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$address WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface
$name string
$shortName string

공개 메소드들

메소드 설명
getAddress ( ) : WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface
getName ( ) : string
getShortName ( ) : string
setAddress ( WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface $address )
setName ( string $name )
setShortName ( string $shortName )

메소드 상세

getAddress() 공개 메소드

public getAddress ( ) : WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface
리턴 WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface

getName() 공개 메소드

public getName ( ) : string
리턴 string

getShortName() 공개 메소드

public getShortName ( ) : string
리턴 string

setAddress() 공개 메소드

public setAddress ( WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface $address )
$address WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface

setName() 공개 메소드

public setName ( string $name )
$name string

setShortName() 공개 메소드

public setShortName ( string $shortName )
$shortName string

프로퍼티 상세

$address 보호되어 있는 프로퍼티

protected CompanyAddressInterface,WellCommerce\Bundle\CompanyBundle\Entity $address
리턴 WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface

$name 보호되어 있는 프로퍼티

protected string $name
리턴 string

$shortName 보호되어 있는 프로퍼티

protected string $shortName
리턴 string