PHP Class WellCommerce\Bundle\NewsBundle\Entity\NewsTranslation

Author: Adam Piotrowski ([email protected])
Inheritance: implements WellCommerce\Bundle\LocaleBundle\Entity\LocaleAwareInterface, use trait Knp\DoctrineBehaviors\Model\Translatable\Translation, use trait Knp\DoctrineBehaviors\Model\Sluggable\Sluggable
Show file Open project: wellcommerce/wellcommerce

Protected Properties

Property Type Description
$content string
$meta WellCommerce\Bundle\AppBundle\Entity\Meta
$summary string
$topic string

Public Methods

Method Description
__construct ( ) Constructor
getContent ( ) : string
getCopyingSensitiveProperties ( ) : array
getMeta ( ) : Meta
getSluggableFields ( ) : array
getSummary ( ) : string
getTopic ( ) : string
setContent ( string $content )
setMeta ( Meta $meta )
setSummary ( string $summary )
setTopic ( string $topic )

Method Details

__construct() public method

Constructor
public __construct ( )

getContent() public method

public getContent ( ) : string
return string

getCopyingSensitiveProperties() public method

getMeta() public method

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

getSluggableFields() public method

public getSluggableFields ( ) : array
return array

getSummary() public method

public getSummary ( ) : string
return string

getTopic() public method

public getTopic ( ) : string
return string

setContent() public method

public setContent ( string $content )
$content string

setMeta() public method

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

setSummary() public method

public setSummary ( string $summary )
$summary string

setTopic() public method

public setTopic ( string $topic )
$topic string

Property Details

$content protected property

protected string $content
return string

$meta protected property

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

$summary protected property

protected string $summary
return string

$topic protected property

protected string $topic
return string