_propDict)) { return $this->_propDict["appliesToCombinations"]; } else { return null; } } /** * Sets the appliesToCombinations * * @param AuthenticationMethodModes[] $val The appliesToCombinations * * @return AuthenticationCombinationConfiguration */ public function setAppliesToCombinations($val) { $this->_propDict["appliesToCombinations"] = $val; return $this; } }