PHP Class Knp\Bundle\KnpBundlesBundle\Entity\Keyword

Datei anzeigen Open project: KnpLabs/KnpBundles Class Usage Examples

Protected Properties

Property Type Description
$bundles
$id
$slug Keyword slug
$value Keyword value, for example "ecommerce"

Public Methods

Method Description
getId ( )
getSlug ( )
getValue ( )
setSlug ( $slug )
setValue ( $value )

Method Details

getId() public method

public getId ( )

getSlug() public method

public getSlug ( )

getValue() public method

public getValue ( )

setSlug() public method

public setSlug ( $slug )

setValue() public method

public setValue ( $value )

Property Details

$bundles protected_oe property

protected $bundles

$id protected_oe property

protected $id

$slug protected_oe property

Keyword slug
protected $slug

$value protected_oe property

Keyword value, for example "ecommerce"
protected $value