mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
PHPDoc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user