Class PlgSystemRemember

Description

Joomla! System Remember Me Plugin

  • since: 1.5

Located in /plugins/system/remember/remember.php (line 21)

JObject
   |
   --JEvent
      |
      --JPlugin
         |
         --PlgSystemRemember
Variable Summary
Method Summary
 PlgSystemRemember __construct (object &$subject, [array $config = array()])
 boolean onAfterInitialise ()
Variables
JApplicationCms $app (line 29)

Application object

  • since: 3.2
  • access: protected
string $cookie_domain (line 45)

Domain for the cookie.

  • since: 3.2
  • access: protected
string $cookie_path (line 53)

Path for the cookie.

  • since: 3.2
  • access: protected
JDatabaseDriver $db (line 37)

Database object

  • since: 3.2
  • access: protected
integer $length (line 77)

Length of random string.

  • since: 3.2
  • access: protected
integer $lifetime (line 69)

Cookie lifetime in days.

  • since: 3.2
  • access: protected
boolean $secure = false (line 61)

Whether to set as secure or not.

  • since: 3.2
  • access: protected

Inherited Variables

Inherited from JPlugin

JPlugin::$autoloadLanguage
JPlugin::$params
JPlugin::$_name
JPlugin::$_type

Inherited from JEvent

JEvent::$_subject

Inherited from JObject

JObject::$_errors
Methods
Constructor __construct (line 89)

Constructor. We use it to set the app and db properties.

  • since: 3.2
  • access: public
PlgSystemRemember __construct (object &$subject, [array $config = array()])
  • object &$subject: The object to observe
  • array $config: An optional associative array of configuration settings. Recognized key values include 'name', 'group', 'params', 'language' (this list is not meant to be comprehensive).

Redefinition of:
JPlugin::__construct()
Constructor
onAfterInitialise (line 109)

Remember me method to run onAfterInitialise

  • since: 1.5
  • throws: InvalidArgumentException
  • access: public
boolean onAfterInitialise ()

Inherited Methods

Inherited From JPlugin

 JPlugin::__construct()
 JPlugin::loadLanguage()

Inherited From JEvent

 JEvent::__construct()
 JEvent::update()

Inherited From JObject

 JObject::__construct()
 JObject::def()
 JObject::get()
 JObject::getError()
 JObject::getErrors()
 JObject::getProperties()
 JObject::set()
 JObject::setError()
 JObject::setProperties()
 JObject::__toString()

Documentation generated on Tue, 19 Nov 2013 15:11:45 +0100 by phpDocumentor 1.4.3