出典: Joomla! ドキュメンテーション
Description
Gets the chec mode int
[Edit Descripton]
Syntax
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 />