przewiń do treści
/** * Get name * * @return string */ public function __toString() { return $this->getName(); }
Listing 19.5. Implementacja metody __toString() w klasie Entity
Rozdział 19. Dostosowywanie klas dostępu do bazy danych
listing-19-05.txt