Listing 13.17. Metoda __toString() klasy matryca wygenerowanej przez Doctrine
public function __toString()
{
    return $this['nazwa'];
}
