|
ILIAS
trunk Revision v12.0_alpha-413-g215742c0453
|
News Aggregator aggregates related contexts for a news context using a layer-wise Batching BFS to aggregate context grouped by objects types in a single iteration. More...
Collaboration diagram for ILIAS\News\Aggregation\NewsAggregator:Public Member Functions | |
| __construct () | |
Protected Member Functions | |
| getStrategy (string $object_type) | |
| initializeStrategies () | |
Protected Attributes | |
| array | $strategies = [] |
| ilTree | $tree |
News Aggregator aggregates related contexts for a news context using a layer-wise Batching BFS to aggregate context grouped by objects types in a single iteration.
Definition at line 30 of file NewsAggregator.php.
| ILIAS\News\Aggregation\NewsAggregator::__construct | ( | ) |
Definition at line 36 of file NewsAggregator.php.
References $DIC, and ILIAS\News\Aggregation\NewsAggregator\initializeStrategies().
Here is the call graph for this function:
|
protected |
Definition at line 89 of file NewsAggregator.php.
|
protected |
Definition at line 94 of file NewsAggregator.php.
Referenced by ILIAS\News\Aggregation\NewsAggregator\__construct().
Here is the caller graph for this function:
|
protected |
Definition at line 33 of file NewsAggregator.php.
|
protected |
Definition at line 34 of file NewsAggregator.php.