mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02: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 array $aParams
|
||||||
* @param bool $bAllowAllData
|
* @param bool $bAllowAllData
|
||||||
*
|
*
|
||||||
* @return \DBObject
|
* @return \DBObject|null
|
||||||
* @throws \OQLException
|
* @throws \OQLException
|
||||||
*/
|
*/
|
||||||
public static function GetObjectFromOQL($sQuery, $aParams = null, $bAllowAllData = false)
|
public static function GetObjectFromOQL($sQuery, $aParams = null, $bAllowAllData = false)
|
||||||
|
|||||||
@@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
namespace Combodo\iTop\SessionTracker;
|
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 {
|
interface iSessionHandlerExtension {
|
||||||
public function __construct();
|
public function __construct();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user