PHP Class Newscoop\NewscoopBundle\Entity\TopicTranslation

Inheritance: extends Gedmo\Translatable\Entity\MappedSuperclass\AbstractPersonalTranslation
Datei anzeigen Open project: sourcefabric/newscoop

Protected Properties

Property Type Description
$isDefault
$object

Public Methods

Method Description
__construct ( string $locale, string $field, string $value, $isDefault = null ) Constructor.
getIsDefault ( ) : mixed Gets the value of isDefault.
setIsDefault ( mixed $isDefault ) : self Sets the value of isDefault.

Method Details

__construct() public method

Constructor.
public __construct ( string $locale, string $field, string $value, $isDefault = null )
$locale string
$field string
$value string

getIsDefault() public method

Gets the value of isDefault.
public getIsDefault ( ) : mixed
return mixed

setIsDefault() public method

Sets the value of isDefault.
public setIsDefault ( mixed $isDefault ) : self
$isDefault mixed the is default
return self

Property Details

$isDefault protected_oe property

protected $isDefault

$object protected_oe property

protected $object