PHP Class WellCommerce\Bundle\LayoutBundle\Entity\LayoutBoxTranslation

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

Protected Properties

Property Type Description
$content string
$name string

Public Methods

Method Description
getContent ( ) : string
getCopyingSensitiveProperties ( ) : array
getName ( ) : string
setContent ( string $content )
setName ( string $name )

Method Details

getContent() public method

public getContent ( ) : string
return string

getCopyingSensitiveProperties() public method

getName() public method

public getName ( ) : string
return string

setContent() public method

public setContent ( string $content )
$content string

setName() public method

public setName ( string $name )
$name string

Property Details

$content protected property

protected string $content
return string

$name protected property

protected string $name
return string