mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
📝 fix phpdoc (see call in UI.php operation=new)
This commit is contained in:
@@ -6883,10 +6883,11 @@ abstract class MetaModel
|
||||
* Instantiate a persistable object (not yet persisted)
|
||||
*
|
||||
* @api
|
||||
*
|
||||
* @param string $sClass A persistable class
|
||||
* @param array|null $aValues array of attcode => attribute value to preset
|
||||
*
|
||||
* @return DBObject
|
||||
* @return \cmdbAbstractObject
|
||||
* @throws \CoreException
|
||||
*/
|
||||
public static function NewObject($sClass, $aValues = null)
|
||||
|
||||
Reference in New Issue
Block a user