My_ShantyMongo_Name::full PHP Method

full() public method

public full ( )
    public function full()
    {
        return $this->first . ' ' . $this->last;
    }
My_ShantyMongo_Name