Solar_Config::setBuild()

static public void Solar_Config::setBuild ( string $class , array $config )

Sets the build config to retain for a class.

Parameters

  • (string) $class: The class name.

  • (array) $config: Configuration value overrides, if any.

Returns

  • (void)

Description

Sets the build config to retain for a class.

DO NOT use this unless you know what you're doing. The only reason this is here is for Solar_Base::_buildConfig() to use it.



Local