Zend_Config::__set
Only allow setting of a property if $allowModifications was set to true on construction. Otherwise, throw an exception.
Signature
public function __set(string
$name,
mixed
$value )
Parameters
-
$name
-
$value
Returns
- void