/** * Sets the internal $_config property to the given configuration array. * * @param array $config */ public static function setConfig(array $config) { self::$_config = $config; }