API15:JCategories/ construct
From Joomla! Documentation
Description
Class constructor
[<! removed edit link to red link >]
<! removed transcluded page call, red link never existed >
Syntax
__construct($options)
Parameter Name | Default Value | Description |
---|---|---|
$options |
Returns
boolean True on success
Defined in
libraries/joomla/application/categories.php
Importing
jimport( 'joomla.application.categories' );
Source Body
public function __construct($options)
{
$this->_extension = $options['extension'];
$this->_table = $options['table'];
$this->_options = $options;
return true;
}
[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >
Examples
Code Examples