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