JFeed::setAuthor
Shortcut method to set the author for the feed object.
Signature
public function setAuthor(string
$name,
[string
$email = null,
[string
$uri = null,
[string
$type = null]]] )
Parameters
-
$name
- The full name of the person to set.
-
$email
- The email address of the person to set.
-
$uri
- The optional URI for the person to set.
-
$type
- The optional type of person to set.
Returns
- JFeed