API15:JAuthorization/getCheckMode/ja

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

目次

Description

Gets the chec mode int


[Edit Descripton]



Syntax

getCheckMode()


Returns

int

Defined in

libraries/joomla/user/authorization.php

Importing

jimport( 'joomla.user.authorization' );

Source Body

function getCheckMode()
{
        return $this->_checkMode;
}

[Edit See Also]



Examples

<CodeExamplesForm />