実装するスクリプトに次のコードがあり、正しく動作します。理解したいだけです。
$variable1 = function1(); // function1 is a class method, it’s file included per require_once
$ variable1 -> function2(); // function2 is a class method, it’s file included per require_once
-> here オブジェクト演算子ではありませんか? しかし、$variable1 に保存されている初期化されたインスタンスはありません。
助けていただければ幸いです