PHP 클래스 WellCommerce\Bundle\AdminBundle\Entity\AdminMenu

저자: Adam Piotrowski ([email protected])
상속: implements WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface, use trait WellCommerce\Bundle\AppBundle\Entity\HierarchyAwareTrait
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$children Doctrine\Common\Collections\Collection
$cssClass string
$identifier string
$name string
$parent null | WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface
$routeName string

공개 메소드들

메소드 설명
addChild ( WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface $child )
getChildren ( ) : Doctrine\Common\Collections\Collection
getCssClass ( ) : string
getIdentifier ( ) : string
getName ( ) : string
getParent ( )
getRouteName ( ) : string
setChildren ( Doctrine\Common\Collections\Collection $children )
setCssClass ( string $cssClass )
setIdentifier ( string $identifier )
setName ( string $name )
setParent ( WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface $parent = null )
setRouteName ( string $routeName )

메소드 상세

addChild() 공개 메소드

public addChild ( WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface $child )
$child WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface

getChildren() 공개 메소드

public getChildren ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getCssClass() 공개 메소드

public getCssClass ( ) : string
리턴 string

getIdentifier() 공개 메소드

public getIdentifier ( ) : string
리턴 string

getName() 공개 메소드

public getName ( ) : string
리턴 string

getParent() 공개 메소드

public getParent ( )

getRouteName() 공개 메소드

public getRouteName ( ) : string
리턴 string

setChildren() 공개 메소드

public setChildren ( Doctrine\Common\Collections\Collection $children )
$children Doctrine\Common\Collections\Collection

setCssClass() 공개 메소드

public setCssClass ( string $cssClass )
$cssClass string

setIdentifier() 공개 메소드

public setIdentifier ( string $identifier )
$identifier string

setName() 공개 메소드

public setName ( string $name )
$name string

setParent() 공개 메소드

public setParent ( WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface $parent = null )
$parent WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface

setRouteName() 공개 메소드

public setRouteName ( string $routeName )
$routeName string

프로퍼티 상세

$children 보호되어 있는 프로퍼티

protected Collection,Doctrine\Common\Collections $children
리턴 Doctrine\Common\Collections\Collection

$cssClass 보호되어 있는 프로퍼티

protected string $cssClass
리턴 string

$identifier 보호되어 있는 프로퍼티

protected string $identifier
리턴 string

$name 보호되어 있는 프로퍼티

protected string $name
리턴 string

$parent 보호되어 있는 프로퍼티

protected null|AdminMenuInterface,WellCommerce\Bundle\AdminBundle\Entity $parent
리턴 null | WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface

$routeName 보호되어 있는 프로퍼티

protected string $routeName
리턴 string