Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Newscoop
NewscoopBundle
Entity
TopicTranslation
setIsDefault
Newscoop\NewscoopBundle\Entity\TopicTranslation::setIsDefault PHP Method
TopicTranslation Class Documentation
Mostrar archivo
Open project: sourcefabric/newscoop
setIsDefault()
public
method
Sets the value of isDefault.
public
setIsDefault
(
mixed
$isDefault
) :
self
$isDefault
mixed
the is default
return
self
public function setIsDefault($isDefault) { $this->isDefault = $isDefault; return $this; }
TopicTranslation
__construct
getIsDefault
setIsDefault