PHP Class WellCommerce\Bundle\AdminBundle\Entity\AdminMenu

Author: Adam Piotrowski ([email protected])
Inheritance: implements WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface, use trait WellCommerce\Bundle\AppBundle\Entity\HierarchyAwareTrait
ファイルを表示 Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Property Type Description
$children Doctrine\Common\Collections\Collection
$cssClass string
$identifier string
$name string
$parent null | WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface
$routeName string

Public Methods

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 )

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 ( )

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

Property Details

$children protected_oe property

protected Collection,Doctrine\Common\Collections $children
return Doctrine\Common\Collections\Collection

$cssClass protected_oe property

protected string $cssClass
return string

$identifier protected_oe property

protected string $identifier
return string

$name protected_oe property

protected string $name
return string

$parent protected_oe property

protected null|AdminMenuInterface,WellCommerce\Bundle\AdminBundle\Entity $parent
return null | WellCommerce\Bundle\AdminBundle\Entity\AdminMenuInterface

$routeName protected_oe property

protected string $routeName
return string