Horde_Core_ActiveSync_Connector::horde_getPref PHP Method

horde_getPref() public method

Obtain a user's preference setting.
Deprecation: (unused)
public horde_getPref ( string $app, string $pref ) : mixed
$app string The Horde application providing the setting.
$pref string The name of the preference setting.
return mixed The preference value
    public function horde_getPref($app, $pref)
    {
        return $this->_registry->horde->getPreference($app, $pref);
    }