mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
📝 PHPDoc reworked for auto-doc
This commit is contained in:
@@ -786,7 +786,6 @@ interface iPopupMenuExtension
|
|||||||
*
|
*
|
||||||
* $param is an array('portal_id' => $sPortalId, 'object_set' => $oSet) containing DBObjectSet containing the list of objects
|
* $param is an array('portal_id' => $sPortalId, 'object_set' => $oSet) containing DBObjectSet containing the list of objects
|
||||||
*
|
*
|
||||||
* @api
|
|
||||||
* @todo
|
* @todo
|
||||||
*/
|
*/
|
||||||
const PORTAL_OBJLIST_ACTIONS = 6;
|
const PORTAL_OBJLIST_ACTIONS = 6;
|
||||||
@@ -796,7 +795,6 @@ interface iPopupMenuExtension
|
|||||||
*
|
*
|
||||||
* $param is the portal id
|
* $param is the portal id
|
||||||
*
|
*
|
||||||
* @api
|
|
||||||
* @todo
|
* @todo
|
||||||
*/
|
*/
|
||||||
const PORTAL_USER_ACTIONS = 9;
|
const PORTAL_USER_ACTIONS = 9;
|
||||||
@@ -806,7 +804,6 @@ interface iPopupMenuExtension
|
|||||||
*
|
*
|
||||||
* $param is the portal id
|
* $param is the portal id
|
||||||
*
|
*
|
||||||
* @api
|
|
||||||
* @todo
|
* @todo
|
||||||
*/
|
*/
|
||||||
const PORTAL_MENU_ACTIONS = 10;
|
const PORTAL_MENU_ACTIONS = 10;
|
||||||
|
|||||||
@@ -2829,7 +2829,7 @@ abstract class DBObject implements iDisplay
|
|||||||
* @throws \OQLException
|
* @throws \OQLException
|
||||||
* @throws \Exception
|
* @throws \Exception
|
||||||
*
|
*
|
||||||
* @internal
|
* @api
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function DBInsert()
|
public function DBInsert()
|
||||||
|
|||||||
Reference in New Issue
Block a user