0
私は、私が行うことができます
documentからsymfonyの3 にパスパラメータから2つのエンティティオブジェクトを取得する必要があり
:その@Entity
はどこから来るsymfonyのルーティング注釈エンティティ
/**
* @Route("/blog/{id}/comments/{comment_id}")
* @Entity("comment", expr="repository.find(comment_id)")
*/
public function showAction(Post $post, Comment $comment)
{
}
しかし、私は見つけることができませんでした。エラーのページ返信:
[Semantical Error] The annotation "@Entity" in method ABCBundle\Controller\ABCController::editAction() was never imported. Did you maybe forget to add a "use" statement for this annotation? in /srv/www/symfony3/src/ABCBundleController (which is being imported from "/srv/www/symfony3/src/ABCBundle/Resources/config/routing.yml").
誰にも分かりますか?