$generators public property
A list of generator configurations or instances. The array keys are the generator IDs (e.g. "crud"), and the array elements are the corresponding generator configurations or the instances.
After the module is initialized, this property will become an array of generator instances which are created based on the configurations previously taken by this property.
Newly assigned generators will be merged with the core ones, and the former takes precedence in case when they have the same generator ID.
public array|yii\gii\Generator[] $generators = []
Please login to continue.