PEAR_Config::isDefinedLayer

PEAR_Config::isDefinedLayer() – Teste si une couche de configuration existe

Synopsis

require_once 'config.php';

bool PEAR_Config::isDefinedLayer ( string $layer )

Description

Teste si une couche de configuration existe.

Parameter

string $layer

couche de configuration

Return value

bool - si oui ou non la couche $layer existe dans cet objet

Note

This function can not be called statically.