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
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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