N°2060 [WIP] Initialisation of the portal application: PHPDoc

This commit is contained in:
Molkobain
2019-07-08 16:04:25 +02:00
parent 85460ef6e2
commit d31273dff5

View File

@@ -254,9 +254,9 @@ class ApplicationHelper
* If not found, tries to find one from the closest parent class.
* Else returns a default form based on zlist 'details'
*
* @param Application $oApp
* @param array $aForms
* @param string $sClass Object class to find a form for
* @param string $sMode Form mode to find (view|edit|create)
* @param string $sMode Form mode to find (view|edit|create)
*
* @return array
*