API15:JAuthentication/ construct/ja

出典: Joomla! ドキュメンテーション

目次

Description

Constructor

[Edit Descripton]



Syntax

__construct()


Defined in

libraries/joomla/user/authentication.php

Importing

jimport( 'joomla.user.authentication' );

Source Body

function __construct()
{
        $isLoaded = JPluginHelper::importPlugin('authentication');
 
        if (!$isLoaded) {
                JError::raiseWarning('SOME_ERROR_CODE', JText::_('JAuthentication::__construct: Could not load authentication libraries.'));
        }
}

[Edit See Also]



Examples

<CodeExamplesForm />