Config_Container::toString()

Config_Container::toString() -- Return string representation

Referentiesamenvatting

require_once 'Config/Container.php';

string Config_Container::toString (string $configType [, array $options = array()])

Beschrijving

This method will call the toString() method in the choosen config type. It will return a string representation of the Config_Container and its children.

Parameter

string $configType

Type of configuration used to generate the string

array $options

Specify special options used by the parser

Return waarde

string - the generated string

Throws

Tabel 32-1. Mogelijke PEAR_Error waarden

Error codeError valueMeaningSolution
 ""  

Note

Deze functie kan niet statisch worden aangeroepen.