Director::getNameAttribute PHP Method

getNameAttribute() public method

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