Horde_Prefs_Storage_Base::onChange PHP Method

onChange() public method

Called whenever a preference value is changed.
public onChange ( string $scope, string $pref )
$scope string Scope specifier.
$pref string The preference name.
    public function onChange($scope, $pref)
    {
    }