FOSSology  4.7.1
Open Source License Compliance by Open Source Software
Fossology\Lib\UI\MenuHook Class Reference
Collaboration diagram for Fossology\Lib\UI\MenuHook:
Collaboration graph

Static Public Member Functions

static getAgentPluginNames ($hook='Agents')
 
static rearrangeParmAgentsBeforeDecider (&$parmList)
 

Detailed Description

Definition at line 10 of file MenuHook.php.

Member Function Documentation

◆ getAgentPluginNames()

static Fossology\Lib\UI\MenuHook::getAgentPluginNames (   $hook = 'Agents')
static
Parameters
string$hook'ParmAgents'|'Agents'|'UploadMulti'
Returns
array

Definition at line 16 of file MenuHook.php.

◆ rearrangeParmAgentsBeforeDecider()

static Fossology\Lib\UI\MenuHook::rearrangeParmAgentsBeforeDecider ( $parmList)
static

Schedule agents that carry their own jq_cmd_args before decider. Decider (and kotoba, scheduled from it) resolves dependencies by calling AgentAdd() on them, which queues a not-yet-scheduled agent with default args and then blocks its real scheduleAgent() via IsAlreadyScheduled().

Parameters
[in,out]array$parmListList of parameterized agent plugin names

Definition at line 39 of file MenuHook.php.


The documentation for this class was generated from the following file: