app\models\Artist::getNameAttribute PHP Méthode

getNameAttribute() public méthode

This makes sure they are always sane.
public getNameAttribute ( $value ) : string
$value
Résultat string
    public function getNameAttribute($value)
    {
        return html_entity_decode($value ?: self::UNKNOWN_NAME);
    }