Solar_Config::set()

static public void Solar_Config::set ( string $class , string $key , mixed $val )

Sets the config values for a class and key.

Parameters

  • (string) $class: The name of the class.

  • (string) $key: The name of the key for the class; if empty, will apply the changes to the entire class array.

  • (mixed) $val: The value to set for the class and key.

Returns

  • (void)

Description

Sets the config values for a class and key.



Local