How to get module's title in Joomla 2.5?

Mladen B. picture Mladen B. · Jun 26, 2013 · Viewed 11.5k times · Source

Inside my module (from within php code), say mod_mymodule, how can I retrieve my module's title, in case an administrator has changed it from the module management page?

Is it possible to retrieve the "Status" and "Position" the same way as the title?

Answer

piotr_cz picture piotr_cz · Jun 26, 2013

Inside the module, there are two helpful variables available: $module and $params.

You are looking for $module->title.