PHP Class Sulu\Bundle\CategoryBundle\Entity\CategoryMeta

Inheritance: implements Sulu\Bundle\CategoryBundle\Entity\CategoryMetaInterface
Show file Open project: sulu/sulu Class Usage Examples

Protected Properties

Property Type Description
$category Sulu\Bundle\CategoryBundle\Entity\CategoryInterface
$id integer
$key string
$locale string
$value string

Public Methods

Method Description
getCategory ( )
getId ( )
getKey ( )
getLocale ( )
getValue ( )
setCategory ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $category )
setId ( $id )
setKey ( $key )
setLocale ( $locale )
setValue ( $value )

Method Details

getCategory() public method

public getCategory ( )

getId() public method

public getId ( )

getKey() public method

public getKey ( )

getLocale() public method

public getLocale ( )

getValue() public method

public getValue ( )

setCategory() public method

public setCategory ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $category )
$category Sulu\Bundle\CategoryBundle\Entity\CategoryInterface

setId() public method

public setId ( $id )

setKey() public method

public setKey ( $key )

setLocale() public method

public setLocale ( $locale )

setValue() public method

public setValue ( $value )

Property Details

$category protected property

protected CategoryInterface,Sulu\Bundle\CategoryBundle\Entity $category
return Sulu\Bundle\CategoryBundle\Entity\CategoryInterface

$id protected property

protected int $id
return integer

$key protected property

protected string $key
return string

$locale protected property

protected string $locale
return string

$value protected property

protected string $value
return string