Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
あなたの問題はこの行です:
$factory = new MenuFactory();
あなたはそれを必要としません。取り除くだけです。MenuFactoryこれにより、デフォルト設定で新しい が作成されます。このような独自のものを作成すると、有線の動作を自分で経験しますfactory。
MenuFactory
factory