Code cleanup: Warning suppression & PHPDoc.

SVN:trunk[5928]
This commit is contained in:
Guillaume Lajarige
2018-06-29 17:14:13 +00:00
parent 00d0d383f8
commit 7ca95b9413
35 changed files with 250 additions and 215 deletions

View File

@@ -2623,8 +2623,8 @@ abstract class DBObject implements iDisplay
* Associate a portal to a class that implements iDBObjectURLMaker,
* and which will be invoked with placeholders like $this->org_id->hyperlink(portal)$
*
* @param $sPortalId Identifies the portal. Conventions: the main portal is 'console', The user requests portal is 'portal'.
* @param $sUrlMakerClass
* @param string $sPortalId Identifies the portal. Conventions: the main portal is 'console', The user requests portal is 'portal'.
* @param string $sUrlMakerClass
*/
static public function RegisterURLMakerClass($sPortalId, $sUrlMakerClass)
{