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

Référence de la classe JObject

Dérivée par CacheData, JAJAXLang, JApplication, JArchiveBzip2, JArchiveGzip, JArchiveTar, JArchiveZip, JAuthenticationResponse, JBrowser, JButton, JCache, JCacheStorage, JController, JDatabase, JDate, JDocument, JDocumentRenderer, JElement, JException, JFeedEnclosure, JFeedImage, JFeedItem, JFilterInput, JFTP, JInstaller, JInstallerComponent, JInstallerLanguage, JInstallerModule, JInstallerPlugin, JInstallerTemplate, JLanguage, JLDAP, JLog, JMenu, JModel, JNode, JObservable, JObserver, JPagination, JPaginationObject, JPane, JPathway, JProfiler, JRegistry, JRegistryFormat, JRouter, JRouterInstallation, JSession, JSessionStorage, JSimpleCrypt, JSimpleXML, JSimpleXMLElement, JSite, JTable, JToolBar, JTree, JURI, JUser, et JView.

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Documentation des constructeurs et destructeur


Documentation des fonctions membres

JObject::get ( property,
default = null 
)

Returns a property of the object or the default value if the property is not set.

public

Paramètres:
string$propertyThe name of the property
mixed$defaultThe default value
Renvoie:
mixed The value of the property
Voir également:
getProperties()
Depuis:
1.5

Réimplémentée dans ContentModelArticle, JView, JCache, JCachePage, JFTP, et JLanguage.

JObject::getError ( i = null,
toString = true 
)

Get the most recent error message

Paramètres:
integer$iOption error index
boolean$toStringIndicates if JError objects should return their error message
Renvoie:
string Error message public
Depuis:
1.5

Réimplémentée dans mosDBTable.

Références $error, $i, et JError::isError().

Voici le graphe d'appel pour cette fonction :

JObject::getErrors ( )

Return all errors, if any

public

Renvoie:
array Array of error messages or JErrors
Depuis:
1.5
JObject::getProperties ( public = true)

Returns an associative array of object properties

public

Paramètres:
boolean$publicIf true, returns only the public properties
Renvoie:
array
Voir également:
get()
Depuis:
1.5
JObject::getPublicProperties ( )

Legacy Method, use JObject::getProperties() instead

Obsolète:
as of 1.5
Depuis:
1.0

Réimplémentée dans mosDBTable.

JObject::JObject ( )

A hack to support __construct() on PHP 4

Hint: descendant classes have no PHP4 class_name() constructors, so this constructor gets called first and calls the top-layer __construct() which (if present) should call parent::__construct()

public

Renvoie:
Object
Depuis:
1.5
JObject::set ( property,
value = null 
)

Modifies a property of the object, creating it if it does not already exist.

public

Paramètres:
string$propertyThe name of the property
mixed$valueThe value of the property to set
Renvoie:
mixed Previous value of the property
Voir également:
setProperties()
Depuis:
1.5

Réimplémentée dans ContentModelArticle.

Référencé par plgUserJoomla::onLoginUser().

Voici le graphe d'appel pour cette fonction :

JObject::setError ( error)

Add an error message

Paramètres:
string$errorError message public
Depuis:
1.0

Réimplémentée dans JDocumentError.

Références $error.

JObject::setProperties ( properties)

Set the object properties based on a named array/hash

protected

Paramètres:
$arraymixed Either and associative array or another object
Renvoie:
boolean
Voir également:
set()
Depuis:
1.5

Références $k.

JObject::toString ( )

Object-to-string conversion. Each class can override it as necessary.

public

Renvoie:
string This name of this class
Depuis:
1.5

Réimplémentée dans JException.


Documentation des données membres

JObject::$_errors = array()

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