Listing 13.4. Doctrine: tworzenie obiektu z wykorzystaniem metody fromArray()
$a = new Aktor();
$a->fromArray($dane_aktora);
$a->save();
