API17:JCategoryNode::getAuthor
From Joomla! Documentation
JCategoryNode::getAuthor
Description
Returns the user that authored the category.
public function getAuthor ($modified_user=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $modified_user | boolean | false | Returns the modified_user when set to true |
- Returns
- Defined on line 632 of libraries/joomla/application/categories.php
See also
JCategoryNode::getAuthor source code on BitBucket
Class JCategoryNode
Subpackage Application- Other versions of JCategoryNode::getAuthor
User contributed notes
Code Examples