This commit is contained in:
Molkobain
2021-01-20 09:35:36 +01:00
parent 8ddbadacec
commit de7cd679ba

View File

@@ -1413,11 +1413,11 @@ class Config
}
/**
* Return true is the $sPropCode parameter has been customized, false if it is the default value.
* Whether the $sPropCode parameter has a custom value or the default one.
*
* @param string $sPropCode
*
* @return bool
* @return bool true if the $sPropCode parameter has been customized, false if it is the default value.
* @since 3.0.0
*/
public function IsCustomValue(string $sPropCode): bool