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.
新しいクラス インスタンスを初期化するときに、現在の URL に基づいてパブリック変数を設定したいと考えています。
クラス インスタンスの作成時に public 変数を動的に設定して、関数を呼び出さなくても利用できるようにするにはどうすればよいですか。
class CONFIGURATOR{ static public $ACTIVE = true; public $CURRENT_URL="<current_url here>" }