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.
JMenu オブジェクト (Joomla 2.5 の標準 mod_menu から) がありますが、そのタイトルを取得する方法がわかりません。これを行う方法を知っている人はいますか? この方法でアクティブなメニューを取得しました。
$menu = $app->getMenu();
すべてのメニュー項目またはモジュール パラメータを取得するのは簡単でしたが、メニュー タイトルを取得するのは不可能のようです。前もって感謝します。