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.
オブジェクトがどのクラスのインスタンスであるかを知りたいです。
お気に入り
class user { }
class driver extends user {}
ユーザーがログに記録されたときに、symfony がユーザーまたはドライバーのインスタンスを作成するかどうかを調べたい
get_called_class()関数はあなたのためにトリックを行うはずです。
get_called_class()