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クラスを確認してみましょう。任意のクラスを返すか、少なくとも 1 つの修正クラスを返すことができます。コード競技はそのメソッド/プロパティを知ることができません.IDEのクラスにどのように「伝える」のですか?
Factory
PHPDoc を使用できます。ほとんどの IDE でサポートされています。
/** * Factory::make() * * @param string $classname * * @return Object - The object being made. */