Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct ($name=null, $email=null, $uri=null, $type=null) |
Attributs publics | |
$name | |
$type | |
$uri |
Définition à la ligne 19 du fichier person.php.
JFeedPerson::__construct | ( | $name = null , |
|
$email = null , |
|||
$uri = null , |
|||
$type = null |
|||
) |
Constructor.
string | $name | The full name of the person. |
string | The email address of the person. | |
string | $uri | The URI for the person. |
string | $type | The type of person. |
Définition à la ligne 63 du fichier person.php.
JFeedPerson::$email |
Définition à la ligne 27 du fichier person.php.
JFeedPerson::$name |
Définition à la ligne 35 du fichier person.php.
JFeedPerson::$type |
Définition à la ligne 43 du fichier person.php.
JFeedPerson::$uri |
Définition à la ligne 51 du fichier person.php.