API15

API15:JAuthorization/getCheckMode

From Joomla! Documentation

Description

Gets the chec mode int



<! removed transcluded page call, red link never existed >

Syntax

getCheckMode()


Returns

int

Defined in

libraries/joomla/user/authorization.php

Importing

jimport( 'joomla.user.authorization' );

Source Body

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


<! removed transcluded page call, red link never existed >

Examples

Code Examples