Actor::getNameAttribute PHP 메소드

getNameAttribute() 공개 메소드

public getNameAttribute ( )
    public function getNameAttribute()
    {
        return $this->getAttribute('first_name') . ' ' . $this->getAttribute('last_name');
    }