PHP 인터페이스 WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\DoctrineBundle\Entity\EntityInterface, extends WellCommerce\Bundle\AppBundle\Entity\HierarchyAwareInterface
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 0 사용 예제들

공개 메소드들

메소드 설명
addChild ( WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface $child )
getChildren ( ) : Doctrine\Common\Collections\Collection
getCssClass ( ) : string
getIdentifier ( ) : string
getName ( ) : string
getParent ( ) : WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface | null
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 ( ) : WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface | null
리턴 WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface | null

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