PHP/Klasy i obiekty: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Nie podano opisu zmian
Linia 25:
return $this->name.' '.$this->surname;
} // end getFullName();
}
} // end Person;
</source>