mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
🐛 Add missing function
This commit is contained in:
@@ -238,6 +238,12 @@ abstract class DBSearch
|
|||||||
*/
|
*/
|
||||||
abstract public function GetClassAlias();
|
abstract public function GetClassAlias();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
* @internal
|
||||||
|
*/
|
||||||
|
abstract public function GetFirstJoinedClass();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Change the class
|
* Change the class
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -161,6 +161,11 @@ class DBUnionSearch extends DBSearch
|
|||||||
return $this->aSearches;
|
return $this->aSearches;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function GetFirstJoinedClass()
|
||||||
|
{
|
||||||
|
return $this->GetClass();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Limited to the selected classes
|
* Limited to the selected classes
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user