Translations

Translations:J3.x:Creating a Plugin for Joomla/10/ru

From Joomla! Documentation

Revision as of 08:50, 7 July 2015 by Kanta (talk | contribs) (Created page with "* <code>$this->params</code>: the parameters set for this plugin by the administrator * <code>$this->_name</code>: имя плагина * <code>$th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • $this->params: the parameters set for this plugin by the administrator
  • $this->_name: имя плагина
  • $this->_type: группа (тип) плагина
  • $this->db: объект базы данных (since Joomla 3.1)
  • $this->app: объект приложения (since Joomla 3.1)