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
Afficher le fichier Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Свойство Type Description
$products Doctrine\Common\Collections\Collection

Méthodes publiques

Méthode Description
getProducts ( ) : Doctrine\Common\Collections\Collection
setProducts ( Doctrine\Common\Collections\Collection $collection )

Method Details

getProducts() public méthode

public getProducts ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

setProducts() public méthode

public setProducts ( Doctrine\Common\Collections\Collection $collection )
$collection Doctrine\Common\Collections\Collection

Property Details

$products protected_oe property

protected Collection,Doctrine\Common\Collections $products
Résultat Doctrine\Common\Collections\Collection