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
Mostra file Open project: wellcommerce/wellcommerce Interface Usage Examples

Public Methods

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 )

Method Details

addChild() public method

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

getChildren() public method

public getChildren ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection

getCssClass() public method

public getCssClass ( ) : string
return string

getIdentifier() public method

public getIdentifier ( ) : string
return string

getName() public method

public getName ( ) : string
return string

getParent() public method

public getParent ( ) : WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface | null
return WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface | null

getRouteName() public method

public getRouteName ( ) : string
return string

setChildren() public method

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

setCssClass() public method

public setCssClass ( string $cssClass )
$cssClass string

setIdentifier() public method

public setIdentifier ( string $identifier )
$identifier string

setName() public method

public setName ( string $name )
$name string

setParent() public method

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

setRouteName() public method

public setRouteName ( string $routeName )
$routeName string