PEAR_Config::getLayers
PEAR_Config::getLayers() – Returns the layers defined
Synopsis
require_once 'PEAR/config.php';
array PEAR_Config::getLayers (
void
)
Description
Returns the layers defined, except the 'default'
one
Return value
array
the defined layers
Note
This function can not be called statically.