PHP Class WellCommerce\Bundle\CategoryBundle\Entity\CategoryTranslation

Author: Adam Piotrowski ([email protected])
Inheritance: implements WellCommerce\Bundle\RoutingBundle\Entity\RoutableSubjectInterface, implements WellCommerce\Bundle\IntlBundle\ORM\LocaleAwareInterface, use trait Knp\DoctrineBehaviors\Model\Translatable\Translation, use trait WellCommerce\Bundle\RoutingBundle\Entity\Behaviours\RoutableTrait
Show file Open project: wellcommerce/wellcommerce

Protected Properties

Property Type Description
$description string
$meta WellCommerce\Bundle\AppBundle\Entity\Meta
$name string
$route WellCommerce\Bundle\CategoryBundle\Entity\CategoryRoute
$shortDescription string

Public Methods

Method Description
getCopyingSensitiveProperties ( ) : array
getDescription ( ) : string
getId ( ) : integer
getMeta ( ) : Meta
getName ( ) : string
getRouteEntity ( ) : WellCommerce\Bundle\CategoryBundle\Entity\CategoryRoute | WellCommerce\Bundle\RoutingBundle\Entity\RouteInterface
getShortDescription ( ) : string
setDescription ( string $description )
setMeta ( Meta $meta )
setName ( $name )
setShortDescription ( $shortDescription )

Method Details

getCopyingSensitiveProperties() public method

getDescription() public method

public getDescription ( ) : string
return string

getId() public method

public getId ( ) : integer
return integer

getMeta() public method

public getMeta ( ) : Meta
return WellCommerce\Bundle\AppBundle\Entity\Meta

getName() public method

public getName ( ) : string
return string

getRouteEntity() public method

public getRouteEntity ( ) : WellCommerce\Bundle\CategoryBundle\Entity\CategoryRoute | WellCommerce\Bundle\RoutingBundle\Entity\RouteInterface
return WellCommerce\Bundle\CategoryBundle\Entity\CategoryRoute | WellCommerce\Bundle\RoutingBundle\Entity\RouteInterface

getShortDescription() public method

public getShortDescription ( ) : string
return string

setDescription() public method

public setDescription ( string $description )
$description string

setMeta() public method

public setMeta ( Meta $meta )
$meta WellCommerce\Bundle\AppBundle\Entity\Meta

setName() public method

public setName ( $name )
$name

setShortDescription() public method

public setShortDescription ( $shortDescription )
$shortDescription

Property Details

$description protected property

protected string $description
return string

$meta protected property

protected Meta,WellCommerce\Bundle\AppBundle\Entity $meta
return WellCommerce\Bundle\AppBundle\Entity\Meta

$name protected property

protected string $name
return string

$route protected property

protected CategoryRoute,WellCommerce\Bundle\CategoryBundle\Entity $route
return WellCommerce\Bundle\CategoryBundle\Entity\CategoryRoute

$shortDescription protected property

protected string $shortDescription
return string