PHP Класс WellCommerce\Bundle\PageBundle\Entity\Page

Автор: Adam Piotrowski ([email protected])
Наследование: 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
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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

Открытые методы

Метод Описание
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 )

Описание методов

addChild() публичный метод

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

getChildren() публичный метод

public getChildren ( ) : Doctrine\Common\Collections\Collection
Результат Doctrine\Common\Collections\Collection

getClientGroups() публичный метод

public getClientGroups ( ) : Doctrine\Common\Collections\Collection
Результат Doctrine\Common\Collections\Collection

getParent() публичный метод

public getParent ( )

getPublish() публичный метод

public getPublish ( ) : boolean
Результат boolean

getRedirectRoute() публичный метод

public getRedirectRoute ( )

getRedirectType() публичный метод

public getRedirectType ( )

getRedirectUrl() публичный метод

public getRedirectUrl ( )

getSection() публичный метод

public getSection ( ) : string
Результат string

prePersist() публичный метод

public prePersist ( )

setClientGroups() публичный метод

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

setParent() публичный метод

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

setPublish() публичный метод

public setPublish ( boolean $publish )
$publish boolean

setRedirectRoute() публичный метод

public setRedirectRoute ( $redirectRoute )

setRedirectType() публичный метод

public setRedirectType ( $redirectType )

setRedirectUrl() публичный метод

public setRedirectUrl ( $redirectUrl )

setSection() публичный метод

public setSection ( string $section )
$section string

Описание свойств

$children защищенное свойство

protected Collection,Doctrine\Common\Collections $children
Результат Doctrine\Common\Collections\Collection

$clientGroups защищенное свойство

protected Collection,Doctrine\Common\Collections $clientGroups
Результат Doctrine\Common\Collections\Collection

$parent защищенное свойство

protected PageInterface,WellCommerce\Bundle\PageBundle\Entity|null $parent
Результат WellCommerce\Bundle\PageBundle\Entity\PageInterface | null

$publish защищенное свойство

protected bool $publish
Результат boolean

$redirectRoute защищенное свойство

protected string $redirectRoute
Результат string

$redirectType защищенное свойство

protected int $redirectType
Результат integer

$redirectUrl защищенное свойство

protected string $redirectUrl
Результат string

$section защищенное свойство

protected string $section
Результат string