PHP Interface WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\DoctrineBundle\Entity\EntityInterface, extends WellCommerce\Bundle\AppBundle\Entity\HierarchyAwareInterface
Afficher le fichier Open project: wellcommerce/wellcommerce Interface Usage Examples

Méthodes publiques

Méthode 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 )

Method Details

addChild() public méthode

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

getChildren() public méthode

public getChildren ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

getCssClass() public méthode

public getCssClass ( ) : string
Résultat string

getIdentifier() public méthode

public getIdentifier ( ) : string
Résultat string

getName() public méthode

public getName ( ) : string
Résultat string

getParent() public méthode

public getParent ( ) : WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface | null
Résultat WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface | null

getRouteName() public méthode

public getRouteName ( ) : string
Résultat string

setChildren() public méthode

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

setCssClass() public méthode

public setCssClass ( string $cssClass )
$cssClass string

setIdentifier() public méthode

public setIdentifier ( string $identifier )
$identifier string

setName() public méthode

public setName ( string $name )
$name string

setParent() public méthode

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

setRouteName() public méthode

public setRouteName ( string $routeName )
$routeName string