PHP Class Sonata\ProductBundle\Entity\BaseProductCollection

Inheritance: implements Sonata\Component\Product\ProductCollectionInterface
Afficher le fichier Open project: sonata-project/ecommerce

Protected Properties

Свойство Type Description
$collection Sonata\ClassificationBundle\Model\CollectionInterface
$createdAt DateTime
$enabled boolean
$product Sonata\Component\Product\ProductInterface
$updatedAt DateTime

Méthodes publiques

Méthode Description
__toString ( )
getCollection ( )
getCreatedAt ( )
getEnabled ( )
getProduct ( )
getUpdatedAt ( )
setCollection ( Sonata\ClassificationBundle\Model\CollectionInterface $collection )
setCreatedAt ( DateTime $createdAt = null )
setEnabled ( $enabled )
setProduct ( Sonata\Component\Product\ProductInterface $product )
setUpdatedAt ( DateTime $updatedAt = null )

Method Details

__toString() public méthode

public __toString ( )

getCollection() public méthode

public getCollection ( )

getCreatedAt() public méthode

public getCreatedAt ( )

getEnabled() public méthode

public getEnabled ( )

getProduct() public méthode

public getProduct ( )

getUpdatedAt() public méthode

public getUpdatedAt ( )

setCollection() public méthode

public setCollection ( Sonata\ClassificationBundle\Model\CollectionInterface $collection )
$collection Sonata\ClassificationBundle\Model\CollectionInterface

setCreatedAt() public méthode

public setCreatedAt ( DateTime $createdAt = null )
$createdAt DateTime

setEnabled() public méthode

public setEnabled ( $enabled )

setProduct() public méthode

public setProduct ( Sonata\Component\Product\ProductInterface $product )
$product Sonata\Component\Product\ProductInterface

setUpdatedAt() public méthode

public setUpdatedAt ( DateTime $updatedAt = null )
$updatedAt DateTime

Property Details

$collection protected_oe property

protected CollectionInterface,Sonata\ClassificationBundle\Model $collection
Résultat Sonata\ClassificationBundle\Model\CollectionInterface

$createdAt protected_oe property

protected DateTime $createdAt
Résultat DateTime

$enabled protected_oe property

protected bool $enabled
Résultat boolean

$product protected_oe property

protected ProductInterface,Sonata\Component\Product $product
Résultat Sonata\Component\Product\ProductInterface

$updatedAt protected_oe property

protected DateTime $updatedAt
Résultat DateTime