API15

JAuthorization/getCheckMode: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 31: Line 31:


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=getCheckMode
  category=getCheckMode
  category=JAuthorization
  category=JAuthorization
  category=CodeExample
  namespace=CodeExample
  category=MethodExample
  category=MethodExample
  include=*
  include=*

Latest revision as of 00:19, 25 March 2017

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