Newscoop\NewscoopBundle\Entity\TopicTranslation::setIsDefault PHP Méthode

setIsDefault() public méthode

Sets the value of isDefault.
public setIsDefault ( mixed $isDefault ) : self
$isDefault mixed the is default
Résultat self
    public function setIsDefault($isDefault)
    {
        $this->isDefault = $isDefault;
        return $this;
    }