PHP Class WellCommerce\Bundle\ProductStatusBundle\Entity\ProductStatus

Author: Adam Piotrowski ([email protected])
Inheritance: implements WellCommerce\Bundle\ProductStatusBundle\Entity\ProductStatusInterface, use trait WellCommerce\Bundle\DoctrineBundle\Entity\IdentifiableTrait, use trait Knp\DoctrineBehaviors\Model\Translatable\Translatable, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable
Exibir arquivo 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