PHP Class WellCommerce\Bundle\PageBundle\Entity\Page

Author: Adam Piotrowski ([email protected])
Inheritance: implements WellCommerce\Bundle\PageBundle\Entity\PageInterface, use trait Knp\DoctrineBehaviors\Model\Translatable\Translatable, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable, use trait WellCommerce\Bundle\AppBundle\Entity\HierarchyAwareTrait, use trait WellCommerce\Bundle\ShopBundle\Entity\ShopCollectionAwareTrait
Afficher le fichier Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Свойство Type Description
$children Doctrine\Common\Collections\Collection
$clientGroups Doctrine\Common\Collections\Collection
$parent WellCommerce\Bundle\PageBundle\Entity\PageInterface | null
$publish boolean
$redirectRoute string
$redirectType integer
$redirectUrl string
$section string

Méthodes publiques

Méthode Description
addChild ( WellCommerce\Bundle\PageBundle\Entity\PageInterface $child )
getChildren ( ) : Doctrine\Common\Collections\Collection
getClientGroups ( ) : Doctrine\Common\Collections\Collection
getParent ( )
getPublish ( ) : boolean
getRedirectRoute ( )
getRedirectType ( )
getRedirectUrl ( )
getSection ( ) : string
prePersist ( )
setClientGroups ( Doctrine\Common\Collections\Collection $clientGroups )
setParent ( WellCommerce\Bundle\PageBundle\Entity\PageInterface $parent = null )
setPublish ( boolean $publish )
setRedirectRoute ( $redirectRoute )
setRedirectType ( $redirectType )
setRedirectUrl ( $redirectUrl )
setSection ( string $section )

Method Details

addChild() public méthode

public addChild ( WellCommerce\Bundle\PageBundle\Entity\PageInterface $child )
$child WellCommerce\Bundle\PageBundle\Entity\PageInterface

getChildren() public méthode

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

getClientGroups() public méthode

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

getParent() public méthode

public getParent ( )

getPublish() public méthode

public getPublish ( ) : boolean
Résultat boolean

getRedirectRoute() public méthode

public getRedirectRoute ( )

getRedirectType() public méthode

public getRedirectType ( )

getRedirectUrl() public méthode

public getRedirectUrl ( )

getSection() public méthode

public getSection ( ) : string
Résultat string

prePersist() public méthode

public prePersist ( )

setClientGroups() public méthode

public setClientGroups ( Doctrine\Common\Collections\Collection $clientGroups )
$clientGroups Doctrine\Common\Collections\Collection

setParent() public méthode

public setParent ( WellCommerce\Bundle\PageBundle\Entity\PageInterface $parent = null )
$parent WellCommerce\Bundle\PageBundle\Entity\PageInterface

setPublish() public méthode

public setPublish ( boolean $publish )
$publish boolean

setRedirectRoute() public méthode

public setRedirectRoute ( $redirectRoute )

setRedirectType() public méthode

public setRedirectType ( $redirectType )

setRedirectUrl() public méthode

public setRedirectUrl ( $redirectUrl )

setSection() public méthode

public setSection ( string $section )
$section string

Property Details

$children protected_oe property

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

$clientGroups protected_oe property

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

$parent protected_oe property

protected PageInterface,WellCommerce\Bundle\PageBundle\Entity|null $parent
Résultat WellCommerce\Bundle\PageBundle\Entity\PageInterface | null

$publish protected_oe property

protected bool $publish
Résultat boolean

$redirectRoute protected_oe property

protected string $redirectRoute
Résultat string

$redirectType protected_oe property

protected int $redirectType
Résultat integer

$redirectUrl protected_oe property

protected string $redirectUrl
Résultat string

$section protected_oe property

protected string $section
Résultat string