class Novel
{
...
/**
* @ORM\ManyToMany(targetEntity="Method", inversedBy="novels")
*/
private $methods;
...
}
Listing 34.8. Modyfikacja klasy Novel
Rozdział 34. Relacje, akcje index i show oraz widoki częściowe