DvsLanguage::getNameAttribute PHP Method

getNameAttribute() public method

public getNameAttribute ( )
    public function getNameAttribute()
    {
        return $this->regional_human_name ?: $this->human_name;
    }