Craft\AmFormsVariable::getSettingsValueByHandleAndType PHP Méthode

getSettingsValueByHandleAndType() public méthode

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
Résultat mixed
    public function getSettingsValueByHandleAndType($handle, $type, $defaultValue = null)
    {
        return craft()->amForms_settings->getSettingsValueByHandleAndType($handle, $type, $defaultValue);
    }