Newscoop\NewscoopBundle\Entity\TopicTranslation::getIsDefault PHP 메소드

getIsDefault() 공개 메소드

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