Solar_Config::getBuild()

static public mixed Solar_Config::getBuild ( string $class )

Gets the retained build config for a class.

Parameters

  • (string) $class: The class name to get the config build for.

Returns

  • (mixed) An array of retained config built for the class, or null if there's no build for it.

Description

Gets the retained build config 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