API16

JCacheStorageEaccelerator/ construct

From Joomla! Documentation

< API16:JCacheStorageEaccelerator
Revision as of 17:38, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Constructor <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowik...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Description[edit]

Constructor

[Edit Descripton]

Template:Description:JCacheStorageEaccelerator/ construct

Syntax[edit]

__construct($options=array())
Parameter Name Default Value Description
$options array() $options optional parameters

Defined in[edit]

libraries/joomla/cache/storage/eaccelerator.php

Importing[edit]

jimport( 'joomla.cache.storage.eaccelerator' );

Source Body[edit]

function __construct($options = array())
{
        parent::__construct($options);

        $config                 = &JFactory::getConfig();
        $this->_hash    = $config->getValue('config.secret');
}

[Edit See Also] Template:SeeAlso:JCacheStorageEaccelerator/ construct

Examples[edit]

<CodeExamplesForm />