previousConfig_Container::toArray (Previous) (Next) Config_Container::updateAttributesnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Config_Container::toString

Config_Container::toString() – Retourne une représentation sous forme de chaîne

Synopsis

require_once 'Config/Container.php';

chaîne Config_Container::toString ( chaîne $typeDeConfiguration , tableau $options = array() )

Description

Cette méthode va appeler la méthode toString() en fonction du type de configuration choisie. Cela va retourner une chaîne représentant le Config_Container et ses enfants.

Parameter

string $typeDeConfiguration

Type de configuration utilisée pour générer la chaîne

array $options

Spécifie certaines options spéciale utilisée par le parseur.

Return value

chaîne - la chaîne générée

Throws

Note

This function can not be called statically.

previousConfig_Container::toArray (Previous) (Next) Config_Container::updateAttributesnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.