Method |
Description |
|
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 ) |
|
|