mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
📝 PHPDoc
This commit is contained in:
@@ -110,7 +110,7 @@ class Dict
|
|||||||
*
|
*
|
||||||
* @param string $sStringCode The code identifying the dictionary entry
|
* @param string $sStringCode The code identifying the dictionary entry
|
||||||
* @param string $sDefault Default value if there is no match in the dictionary
|
* @param string $sDefault Default value if there is no match in the dictionary
|
||||||
* @param bool $bUserLanguageOnly True to allow the use of the default language as a fallback, false otherwise
|
* @param bool $bUserLanguageOnly False to allow the use of the default language as a fallback, true otherwise
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
@@ -174,7 +174,7 @@ class Dict
|
|||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public static function Format($sFormatCode /*, ... arguments ....*/)
|
public static function Format($sFormatCode /*, ... arguments ... */)
|
||||||
{
|
{
|
||||||
$sLocalizedFormat = self::S($sFormatCode);
|
$sLocalizedFormat = self::S($sFormatCode);
|
||||||
$aArguments = func_get_args();
|
$aArguments = func_get_args();
|
||||||
|
|||||||
Reference in New Issue
Block a user