Newscoop\NewscoopBundle\Entity\TopicTranslation::setIsDefault PHP Метод

setIsDefault() публичный Метод

Sets the value of isDefault.
public setIsDefault ( mixed $isDefault ) : self
$isDefault mixed the is default
Результат self
    public function setIsDefault($isDefault)
    {
        $this->isDefault = $isDefault;
        return $this;
    }