mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
📝 Fix PHPDoc
This commit is contained in:
@@ -145,7 +145,8 @@ class ormLinkSet implements iDBObjectSetIterator, Iterator, SeekableIterator
|
|||||||
/**
|
/**
|
||||||
* @param DBObject $oObject
|
* @param DBObject $oObject
|
||||||
* @param string $sClassAlias
|
* @param string $sClassAlias
|
||||||
* @deprecated Since iTop 2.4, use ormLinkset->AddItem() instead.
|
*
|
||||||
|
* @deprecated Since iTop 2.4, use {@link \ormLinkSet::AddItem()} instead.
|
||||||
*/
|
*/
|
||||||
public function AddObject(DBObject $oObject, $sClassAlias = '')
|
public function AddObject(DBObject $oObject, $sClassAlias = '')
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user