Property | Type | Description | |
---|---|---|---|
$children | Doctrine\Common\Collections\Collection | ||
$cssClass | string | ||
$identifier | string | ||
$name | string | ||
$parent | null | WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface | ||
$routeName | string |
Method | Description | |
---|---|---|
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 ) |
public addChild ( WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface $child ) | ||
$child | WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface |
public getChildren ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
public setChildren ( Doctrine\Common\Collections\Collection $children ) | ||
$children | Doctrine\Common\Collections\Collection |
public setParent ( WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface $parent = null ) | ||
$parent | WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface |
protected Collection,Doctrine\Common\Collections $children | ||
return | Doctrine\Common\Collections\Collection |
protected null|AdminMenuInterface,WellCommerce\Bundle\AdminBundle\Entity $parent | ||
return | null | WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface |