PHP 클래스 WellCommerce\Bundle\ProductStatusBundle\Entity\ProductStatus
파일 보기
프로젝트 열기: wellcommerce/wellcommerce
1 사용 예제들
보호된 프로퍼티들
프로퍼티 |
타입 |
설명 |
|
$products |
Doctrine\Common\Collections\Collection |
|
|
공개 메소드들
메소드 |
설명 |
|
getProducts ( ) : Doctrine\Common\Collections\Collection |
|
|
setProducts ( Doctrine\Common\Collections\Collection $collection ) |
|
|
메소드 상세
public getProducts ( ) : Doctrine\Common\Collections\Collection |
리턴 |
Doctrine\Common\Collections\Collection |
|
public setProducts ( Doctrine\Common\Collections\Collection $collection ) |
$collection |
Doctrine\Common\Collections\Collection |
|
프로퍼티 상세
protected Collection,Doctrine\Common\Collections $products |
리턴 |
Doctrine\Common\Collections\Collection |
|