Constructor.

Parameters

  • array $config

Source

						public function __construct(array $config = array()) {
		static::$parameters = $config;
	}