mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-17 17:34:12 +01:00
Compare commits
3 Commits
feature/25
...
3.2.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b44ec23a1 | ||
|
|
f00b8d529c | ||
|
|
af44ffd0ad |
@@ -7081,7 +7081,7 @@ abstract class MetaModel
|
||||
* @param array $aParams
|
||||
* @param bool $bAllowAllData
|
||||
*
|
||||
* @return \DBObject
|
||||
* @return \DBObject|null
|
||||
* @throws \OQLException
|
||||
*/
|
||||
public static function GetObjectFromOQL($sQuery, $aParams = null, $bAllowAllData = false)
|
||||
|
||||
@@ -2,6 +2,13 @@
|
||||
|
||||
namespace Combodo\iTop\SessionTracker;
|
||||
|
||||
/**
|
||||
* @experimental for internal use only, subject to change without notice.
|
||||
*
|
||||
* Do not use this interface in your code.
|
||||
*
|
||||
* @since 3.2.2
|
||||
*/
|
||||
interface iSessionHandlerExtension {
|
||||
public function __construct();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user