API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JUtility

Liste de tous les membres

Fonctions membres publiques

Fonctions membres publiques statiques


Documentation des fonctions membres

JUtility::dump ( &$  var,
htmlSafe = true 
) [static]

Method to dump the structure of a variable for debugging purposes

Paramètres:
mixedA variable
booleanTrue to ensure all characters are htmlsafe
Renvoie:
string
Depuis:
1.5
JUtility::getHash ( seed)

Provides a secure hash based on a seed

Paramètres:
stringSeed string
Renvoie:
string

Références JFactory::getConfig().

Référencé par JApplication::__construct(), getToken(), JApplication::login(), JApplication::logout(), mosHash(), plgSystemRemember::onAfterInitialise(), UserController::register_save(), UserModelReset::requestReset(), et PollController::vote().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

JUtility::getToken ( forceNew = false) [static]

Method to determine a hash for anti-spoofing variable names

Renvoie:
string Hashed var name
Depuis:
1.5

Références $session, $user, getHash(), JFactory::getSession(), et JFactory::getUser().

Référencé par JRequest::checkToken(), ContactController::display(), plgSystemCache::onAfterInitialise(), et plgAuthenticationOpenID::onAuthenticate().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

JUtility::isWinOS ( ) [static]

Method to determine if the host OS is Windows

Renvoie:
true if Windows OS
Depuis:
1.5
JUtility::parseAttributes ( string)

Method to extract key/value pairs out of a string with xml style attributes

Paramètres:
string$stringString containing xml style attributes
Renvoie:
array Key/Value pairs for the attributes
Depuis:
1.5

Références $i.

Référencé par JDocumentHTML::_parseTemplate(), plgContentCreateTOC(), et plgContentPagebreak().

Voici le graphe d'appel pour cette fonction :

JUtility::sendAdminMail ( adminName,
adminEmail,
email,
type,
title,
author,
url = null 
)

Sends mail to administrator for approval of a user submission

Paramètres:
string$adminNameName of administrator
string$adminEmailEmail address of administrator
string$email[NOT USED TODO: Deprecate?]
string$typeType of item to approve
string$titleTitle of item to approve
string$authorAuthor of item to approve
Renvoie:
boolean True on success

Références $title, $type, $url, JText::_(), et JFactory::getMailer().

Référencé par mosSendAdminMail(), et WeblinksControllerWeblink::save().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

JUtility::sendMail ( from,
fromname,
recipient,
subject,
body,
mode = 0,
cc = null,
bcc = null,
attachment = null,
replyto = null,
replytoname = null 
)

Mail function (uses phpMailer)

Paramètres:
string$fromFrom e-mail address
string$fromnameFrom name
mixed$recipientRecipient e-mail address(es)
string$subjectE-mail subject
string$bodyMessage body
boolean$modefalse = plain text, true = HTML
mixed$ccCC e-mail address(es)
mixed$bccBCC e-mail address(es)
mixed$attachmentAttachment file name(s)
mixed$replytoReply to email address(es)
mixed$replytonameReply to name(s)
Renvoie:
boolean True on success

Références $i, elseif, et JFactory::getMailer().

Référencé par UserModelReset::_sendConfirmationMail(), UserController::_sendMail(), UserModelRemind::_sendReminderMail(), UsersController::save(), TableMessage::send(), et MailtoController::send().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :


La documentation de cette classe a été générée à partir du fichier suivant :