API15

API15:JAuthorization/getCheckMode

From Joomla! Documentation

Revision as of 00:19, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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