API16

API16:JSession/getState

From Joomla! Documentation

Revision as of 14:23, 24 March 2017 by JoomlaWikiBot (talk | contribs) (clean up)

Description

Get current state of session


{{subst:Description:JSession/getState}}

Syntax

getState()


Returns

string The session state

Defined in

libraries/joomla/session/session.php

Importing

jimport( 'joomla.session.session' );

Source Body

public function getState()
{
        return $this->_state;
}


{{subst:SeeAlso:JSession/getState}}

Examples

<CodeExamplesForm />