Newscoop\NewscoopBundle\Entity\TopicTranslation::getIsDefault PHP Method

getIsDefault() public method

Gets the value of isDefault.
public getIsDefault ( ) : mixed
return mixed
    public function getIsDefault()
    {
        return $this->isDefault;
    }