This commit is contained in:
Laurent Destailleur 2014-07-21 21:07:30 +02:00
parent 8613cdf24a
commit 0327738aa9
2 changed files with 11 additions and 2 deletions

View File

@ -102,7 +102,11 @@ function SendError($number, $text)
}
/**
* @param integer $number
* SendErrorNode
*
* @param integer $number Number
* @param string $text Text of error
* @return string Error node
*/
function SendErrorNode($number, $text)
{

View File

@ -71,7 +71,12 @@ function GetResourceTypeDirectory($resourceType, $sCommand)
}
/**
* @param string $folderPath
* GetUrlFromPath
*
* @param string $resourceType Resource type
* @param string $folderPath Path
* @param string $sCommand Command
* @return string Full url
*/
function GetUrlFromPath($resourceType, $folderPath, $sCommand)
{