PHP Class WellCommerce\Bundle\ProductStatusBundle\Entity\ProductStatus
Datei anzeigen
Open project: wellcommerce/wellcommerce
Class Usage Examples
Protected Properties
Property |
Type |
Description |
|
$products |
Doctrine\Common\Collections\Collection |
|
|
Public Methods
Method |
Description |
|
getProducts ( ) : Doctrine\Common\Collections\Collection |
|
|
setProducts ( Doctrine\Common\Collections\Collection $collection ) |
|
|
Method Details
getProducts()
public method
public getProducts ( ) : Doctrine\Common\Collections\Collection |
return |
Doctrine\Common\Collections\Collection |
|
setProducts()
public method
public setProducts ( Doctrine\Common\Collections\Collection $collection ) |
$collection |
Doctrine\Common\Collections\Collection |
|
Property Details
$products protected_oe property
protected Collection,Doctrine\Common\Collections $products |
return |
Doctrine\Common\Collections\Collection |
|