Solar_Debug_Var::_buildConfig()

protected array Solar_Debug_Var::_buildConfig ( string $class )

Builds and returns the default config for a class, including all configs inherited from its parents.

Inherited from Solar_Base.

Parameters

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

Returns

  • (array) The config build for the class.

Description

Builds and returns the default config for a class, including all configs inherited from its parents.



Local