eZ\Publish\Core\SignalSlot\SlotFactory\GeneralSlotFactory::__construct PHP Method

__construct() public method

public __construct ( array $slots = [] )
$slots array
    public function __construct(array $slots = array())
    {
        $this->slots = $slots;
    }
GeneralSlotFactory