Craft\AmFormsVariable::getSettingsValueByHandleAndType PHP Method

getSettingsValueByHandleAndType() public method

Get a setting value by their handle and type.
public getSettingsValueByHandleAndType ( string $handle, string $type, mixed $defaultValue = null ) : mixed
$handle string
$type string
$defaultValue mixed
return mixed
    public function getSettingsValueByHandleAndType($handle, $type, $defaultValue = null)
    {
        return craft()->amForms_settings->getSettingsValueByHandleAndType($handle, $type, $defaultValue);
    }