My_ShantyMongo_Name::full PHP Метод

full() публичный Метод

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