API16:JCategoryNode/ construct
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Contents |
Description
Class constructor
Description:JCategoryNode/ construct
Syntax
__construct($category=null)
| Parameter Name | Default Value | Description |
|---|---|---|
| $category | null |
Returns
unknown_type
Defined in
libraries/joomla/application/categories.php
Importing
jimport( 'joomla.application.categories' );
Source Body
public function __construct($category = null) { if ($category) { $this->setProperties($category); return true; } return false; }
[Edit See Also] SeeAlso:JCategoryNode/ construct
Examples
<CodeExamplesForm />
