mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
📝 Add some @var PHPDoc for iQueryModifier calls
This commit is contained in:
@@ -4163,6 +4163,10 @@ abstract class MetaModel
|
||||
// Compute query modifiers properties (can be set in the search itself, by the context, etc.)
|
||||
//
|
||||
$aModifierProperties = array();
|
||||
/**
|
||||
* @var string $sPluginClass
|
||||
* @var iQueryModifier $oQueryModifier
|
||||
*/
|
||||
foreach(MetaModel::EnumPlugins('iQueryModifier') as $sPluginClass => $oQueryModifier)
|
||||
{
|
||||
// Lowest precedence: the application context
|
||||
|
||||
Reference in New Issue
Block a user