public function __construct($id = null) { if (empty($id)) { $this->set('name', JText::_('COM_KOMENTO_GUEST')); $this->set('username', JText::_('COM_KOMENTO_GUEST')); } parent::__construct($id); }
/** * Constructor activating the default information of the language * * @access protected */ function __construct($identifier = 0) { parent::__construct($identifier); }
public function __construct($identifier = 0) { parent::__construct($identifier); $this->_user = JFactory::getUser($identifier); $this->_user->cck_multisite = 1; }