Version Description
Download this release
Release Info
Developer | visualcomposer |
Plugin | Visual Composer Website Builder |
Version | 44.1 |
Comparing to | |
See all releases |
Code changes from version 44.1-beta.1 to 44.1
- cache/autoload.php +509 -509
- plugin-wordpress.php +2 -2
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
cache/autoload.php
CHANGED
@@ -283,6 +283,55 @@ return array (
|
|
283 |
'make' => false,
|
284 |
'singleton' => true,
|
285 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
286 |
'HubAddonsHelper' =>
|
287 |
array (
|
288 |
'name' => 'HubAddonsHelper',
|
@@ -360,426 +409,328 @@ return array (
|
|
360 |
'make' => false,
|
361 |
'singleton' => true,
|
362 |
),
|
363 |
-
'SettingsFieldsRegistryHelper' =>
|
364 |
-
array (
|
365 |
-
'name' => 'SettingsFieldsRegistryHelper',
|
366 |
-
'abstract' => 'VisualComposer\\Helpers\\Settings\\FieldsRegistry',
|
367 |
-
'make' => false,
|
368 |
-
'singleton' => true,
|
369 |
-
),
|
370 |
-
'SettingsSectionsRegistryHelper' =>
|
371 |
-
array (
|
372 |
-
'name' => 'SettingsSectionsRegistryHelper',
|
373 |
-
'abstract' => 'VisualComposer\\Helpers\\Settings\\SectionsRegistry',
|
374 |
-
'make' => false,
|
375 |
-
'singleton' => true,
|
376 |
-
),
|
377 |
-
'SettingsTabsRegistryHelper' =>
|
378 |
-
array (
|
379 |
-
'name' => 'SettingsTabsRegistryHelper',
|
380 |
-
'abstract' => 'VisualComposer\\Helpers\\Settings\\TabsRegistry',
|
381 |
-
'make' => false,
|
382 |
-
'singleton' => true,
|
383 |
-
),
|
384 |
-
'AccessCurrentUserHelper' =>
|
385 |
-
array (
|
386 |
-
'name' => 'AccessCurrentUserHelper',
|
387 |
-
'abstract' => 'VisualComposer\\Helpers\\Access\\CurrentUser',
|
388 |
-
'make' => false,
|
389 |
-
'singleton' => true,
|
390 |
-
),
|
391 |
-
'AccessEditorPostTypeHelper' =>
|
392 |
-
array (
|
393 |
-
'name' => 'AccessEditorPostTypeHelper',
|
394 |
-
'abstract' => 'VisualComposer\\Helpers\\Access\\EditorPostType',
|
395 |
-
'make' => false,
|
396 |
-
'singleton' => true,
|
397 |
-
),
|
398 |
-
'AccessRoleHelper' =>
|
399 |
-
array (
|
400 |
-
'name' => 'AccessRoleHelper',
|
401 |
-
'abstract' => 'VisualComposer\\Helpers\\Access\\Role',
|
402 |
-
'make' => false,
|
403 |
-
'singleton' => false,
|
404 |
-
),
|
405 |
-
'AccessUserCapabilitiesHelper' =>
|
406 |
-
array (
|
407 |
-
'name' => 'AccessUserCapabilitiesHelper',
|
408 |
-
'abstract' => 'VisualComposer\\Helpers\\Access\\UserCapabilities',
|
409 |
-
'make' => false,
|
410 |
-
'singleton' => true,
|
411 |
-
),
|
412 |
),
|
413 |
'modules' =>
|
414 |
array (
|
415 |
-
'
|
416 |
-
array (
|
417 |
-
'name' => 'ApiFactory',
|
418 |
-
'abstract' => 'VisualComposer\\Modules\\Api\\Factory',
|
419 |
-
'make' => true,
|
420 |
-
'singleton' => true,
|
421 |
-
),
|
422 |
-
'InternationalizationLocale' =>
|
423 |
-
array (
|
424 |
-
'name' => 'InternationalizationLocale',
|
425 |
-
'abstract' => 'VisualComposer\\Modules\\Internationalization\\Locale',
|
426 |
-
'make' => true,
|
427 |
-
'singleton' => true,
|
428 |
-
),
|
429 |
-
'UtmUtm' =>
|
430 |
-
array (
|
431 |
-
'name' => 'UtmUtm',
|
432 |
-
'abstract' => 'VisualComposer\\Modules\\Utm\\Utm',
|
433 |
-
'make' => true,
|
434 |
-
'singleton' => true,
|
435 |
-
),
|
436 |
-
'ImportImportController' =>
|
437 |
-
array (
|
438 |
-
'name' => 'ImportImportController',
|
439 |
-
'abstract' => 'VisualComposer\\Modules\\Import\\ImportController',
|
440 |
-
'make' => true,
|
441 |
-
'singleton' => true,
|
442 |
-
),
|
443 |
-
'HubDownloadController' =>
|
444 |
-
array (
|
445 |
-
'name' => 'HubDownloadController',
|
446 |
-
'abstract' => 'VisualComposer\\Modules\\Hub\\DownloadController',
|
447 |
-
'make' => true,
|
448 |
-
'singleton' => true,
|
449 |
-
),
|
450 |
-
'HubJsonActionsController' =>
|
451 |
-
array (
|
452 |
-
'name' => 'HubJsonActionsController',
|
453 |
-
'abstract' => 'VisualComposer\\Modules\\Hub\\JsonActionsController',
|
454 |
-
'make' => true,
|
455 |
-
'singleton' => true,
|
456 |
-
),
|
457 |
-
'HubUpdateController' =>
|
458 |
-
array (
|
459 |
-
'name' => 'HubUpdateController',
|
460 |
-
'abstract' => 'VisualComposer\\Modules\\Hub\\UpdateController',
|
461 |
-
'make' => true,
|
462 |
-
'singleton' => true,
|
463 |
-
),
|
464 |
-
'HubAssetsAssetDownloadController' =>
|
465 |
array (
|
466 |
-
'name' => '
|
467 |
-
'abstract' => 'VisualComposer\\Modules\\
|
468 |
'make' => true,
|
469 |
'singleton' => true,
|
470 |
),
|
471 |
-
'
|
472 |
array (
|
473 |
-
'name' => '
|
474 |
-
'abstract' => 'VisualComposer\\Modules\\
|
475 |
'make' => true,
|
476 |
'singleton' => true,
|
477 |
),
|
478 |
-
'
|
479 |
array (
|
480 |
-
'name' => '
|
481 |
-
'abstract' => 'VisualComposer\\Modules\\
|
482 |
'make' => true,
|
483 |
'singleton' => true,
|
484 |
),
|
485 |
-
'
|
486 |
array (
|
487 |
-
'name' => '
|
488 |
-
'abstract' => 'VisualComposer\\Modules\\
|
489 |
'make' => true,
|
490 |
'singleton' => true,
|
491 |
),
|
492 |
-
'
|
493 |
array (
|
494 |
-
'name' => '
|
495 |
-
'abstract' => 'VisualComposer\\Modules\\
|
496 |
'make' => true,
|
497 |
'singleton' => true,
|
498 |
),
|
499 |
-
'
|
500 |
array (
|
501 |
-
'name' => '
|
502 |
-
'abstract' => 'VisualComposer\\Modules\\
|
503 |
'make' => true,
|
504 |
'singleton' => true,
|
505 |
),
|
506 |
-
'
|
507 |
array (
|
508 |
-
'name' => '
|
509 |
-
'abstract' => 'VisualComposer\\Modules\\
|
510 |
'make' => true,
|
511 |
'singleton' => true,
|
512 |
),
|
513 |
-
'
|
514 |
array (
|
515 |
-
'name' => '
|
516 |
-
'abstract' => 'VisualComposer\\Modules\\
|
517 |
'make' => true,
|
518 |
'singleton' => true,
|
519 |
),
|
520 |
-
'
|
521 |
array (
|
522 |
-
'name' => '
|
523 |
-
'abstract' => 'VisualComposer\\Modules\\
|
524 |
'make' => true,
|
525 |
'singleton' => true,
|
526 |
),
|
527 |
-
'
|
528 |
array (
|
529 |
-
'name' => '
|
530 |
-
'abstract' => 'VisualComposer\\Modules\\
|
531 |
'make' => true,
|
532 |
'singleton' => true,
|
533 |
),
|
534 |
-
'
|
535 |
array (
|
536 |
-
'name' => '
|
537 |
-
'abstract' => 'VisualComposer\\Modules\\
|
538 |
'make' => true,
|
539 |
'singleton' => true,
|
540 |
),
|
541 |
-
'
|
542 |
array (
|
543 |
-
'name' => '
|
544 |
-
'abstract' => 'VisualComposer\\Modules\\
|
545 |
'make' => true,
|
546 |
'singleton' => true,
|
547 |
),
|
548 |
-
'
|
549 |
array (
|
550 |
-
'name' => '
|
551 |
-
'abstract' => 'VisualComposer\\Modules\\
|
552 |
'make' => true,
|
553 |
'singleton' => true,
|
554 |
),
|
555 |
-
'
|
556 |
array (
|
557 |
-
'name' => '
|
558 |
-
'abstract' => 'VisualComposer\\Modules\\
|
559 |
'make' => true,
|
560 |
'singleton' => true,
|
561 |
),
|
562 |
-
'
|
563 |
array (
|
564 |
-
'name' => '
|
565 |
-
'abstract' => 'VisualComposer\\Modules\\
|
566 |
'make' => true,
|
567 |
'singleton' => true,
|
568 |
),
|
569 |
-
'
|
570 |
array (
|
571 |
-
'name' => '
|
572 |
-
'abstract' => 'VisualComposer\\Modules\\
|
573 |
'make' => true,
|
574 |
'singleton' => true,
|
575 |
),
|
576 |
-
'
|
577 |
array (
|
578 |
-
'name' => '
|
579 |
-
'abstract' => 'VisualComposer\\Modules\\
|
580 |
'make' => true,
|
581 |
'singleton' => true,
|
582 |
),
|
583 |
-
'
|
584 |
array (
|
585 |
-
'name' => '
|
586 |
-
'abstract' => 'VisualComposer\\Modules\\
|
587 |
'make' => true,
|
588 |
'singleton' => true,
|
589 |
),
|
590 |
-
'
|
591 |
array (
|
592 |
-
'name' => '
|
593 |
-
'abstract' => 'VisualComposer\\Modules\\
|
594 |
'make' => true,
|
595 |
'singleton' => true,
|
596 |
),
|
597 |
-
'
|
598 |
array (
|
599 |
-
'name' => '
|
600 |
-
'abstract' => 'VisualComposer\\Modules\\
|
601 |
'make' => true,
|
602 |
'singleton' => true,
|
603 |
),
|
604 |
-
'
|
605 |
array (
|
606 |
-
'name' => '
|
607 |
-
'abstract' => 'VisualComposer\\Modules\\
|
608 |
'make' => true,
|
609 |
'singleton' => true,
|
610 |
),
|
611 |
-
'
|
612 |
array (
|
613 |
-
'name' => '
|
614 |
-
'abstract' => 'VisualComposer\\Modules\\
|
615 |
'make' => true,
|
616 |
'singleton' => true,
|
617 |
),
|
618 |
-
'
|
619 |
array (
|
620 |
-
'name' => '
|
621 |
-
'abstract' => 'VisualComposer\\Modules\\
|
622 |
'make' => true,
|
623 |
'singleton' => true,
|
624 |
),
|
625 |
-
'
|
626 |
array (
|
627 |
-
'name' => '
|
628 |
-
'abstract' => 'VisualComposer\\Modules\\
|
629 |
'make' => true,
|
630 |
'singleton' => true,
|
631 |
),
|
632 |
-
'
|
633 |
array (
|
634 |
-
'name' => '
|
635 |
-
'abstract' => 'VisualComposer\\Modules\\
|
636 |
'make' => true,
|
637 |
'singleton' => true,
|
638 |
),
|
639 |
-
'
|
640 |
array (
|
641 |
-
'name' => '
|
642 |
-
'abstract' => 'VisualComposer\\Modules\\
|
643 |
'make' => true,
|
644 |
'singleton' => true,
|
645 |
),
|
646 |
-
'
|
647 |
array (
|
648 |
-
'name' => '
|
649 |
-
'abstract' => 'VisualComposer\\Modules\\
|
650 |
'make' => true,
|
651 |
'singleton' => true,
|
652 |
),
|
653 |
-
'
|
654 |
array (
|
655 |
-
'name' => '
|
656 |
-
'abstract' => 'VisualComposer\\Modules\\
|
657 |
'make' => true,
|
658 |
'singleton' => true,
|
659 |
),
|
660 |
-
'
|
661 |
array (
|
662 |
-
'name' => '
|
663 |
-
'abstract' => 'VisualComposer\\Modules\\
|
664 |
'make' => true,
|
665 |
'singleton' => true,
|
666 |
),
|
667 |
-
'
|
668 |
array (
|
669 |
-
'name' => '
|
670 |
-
'abstract' => 'VisualComposer\\Modules\\
|
671 |
'make' => true,
|
672 |
'singleton' => true,
|
673 |
),
|
674 |
-
'
|
675 |
array (
|
676 |
-
'name' => '
|
677 |
-
'abstract' => 'VisualComposer\\Modules\\
|
678 |
'make' => true,
|
679 |
'singleton' => true,
|
680 |
),
|
681 |
-
'
|
682 |
array (
|
683 |
-
'name' => '
|
684 |
-
'abstract' => 'VisualComposer\\Modules\\
|
685 |
'make' => true,
|
686 |
'singleton' => true,
|
687 |
),
|
688 |
-
'
|
689 |
array (
|
690 |
-
'name' => '
|
691 |
-
'abstract' => 'VisualComposer\\Modules\\
|
692 |
'make' => true,
|
693 |
'singleton' => true,
|
694 |
),
|
695 |
-
'
|
696 |
array (
|
697 |
-
'name' => '
|
698 |
-
'abstract' => 'VisualComposer\\Modules\\
|
699 |
'make' => true,
|
700 |
'singleton' => true,
|
701 |
),
|
702 |
-
'
|
703 |
array (
|
704 |
-
'name' => '
|
705 |
-
'abstract' => 'VisualComposer\\Modules\\
|
706 |
'make' => true,
|
707 |
'singleton' => true,
|
708 |
),
|
709 |
-
'
|
710 |
array (
|
711 |
-
'name' => '
|
712 |
-
'abstract' => 'VisualComposer\\Modules\\
|
713 |
'make' => true,
|
714 |
'singleton' => true,
|
715 |
),
|
716 |
-
'
|
717 |
array (
|
718 |
-
'name' => '
|
719 |
-
'abstract' => 'VisualComposer\\Modules\\
|
720 |
'make' => true,
|
721 |
'singleton' => true,
|
722 |
),
|
723 |
-
'
|
724 |
array (
|
725 |
-
'name' => '
|
726 |
-
'abstract' => 'VisualComposer\\Modules\\
|
727 |
'make' => true,
|
728 |
'singleton' => true,
|
729 |
),
|
730 |
-
'
|
731 |
array (
|
732 |
-
'name' => '
|
733 |
-
'abstract' => 'VisualComposer\\Modules\\
|
734 |
'make' => true,
|
735 |
'singleton' => true,
|
736 |
),
|
737 |
-
'
|
738 |
array (
|
739 |
-
'name' => '
|
740 |
-
'abstract' => 'VisualComposer\\Modules\\
|
741 |
'make' => true,
|
742 |
'singleton' => true,
|
743 |
),
|
744 |
-
'
|
745 |
array (
|
746 |
-
'name' => '
|
747 |
-
'abstract' => 'VisualComposer\\Modules\\
|
748 |
'make' => true,
|
749 |
'singleton' => true,
|
750 |
),
|
751 |
-
'
|
752 |
array (
|
753 |
-
'name' => '
|
754 |
-
'abstract' => 'VisualComposer\\Modules\\
|
755 |
'make' => true,
|
756 |
'singleton' => true,
|
757 |
),
|
758 |
-
'
|
759 |
array (
|
760 |
-
'name' => '
|
761 |
-
'abstract' => 'VisualComposer\\Modules\\
|
762 |
'make' => true,
|
763 |
'singleton' => true,
|
764 |
),
|
765 |
-
'
|
766 |
array (
|
767 |
-
'name' => '
|
768 |
-
'abstract' => 'VisualComposer\\Modules\\
|
769 |
'make' => true,
|
770 |
'singleton' => true,
|
771 |
),
|
772 |
-
'
|
773 |
array (
|
774 |
-
'name' => '
|
775 |
-
'abstract' => 'VisualComposer\\Modules\\
|
776 |
'make' => true,
|
777 |
'singleton' => true,
|
778 |
),
|
779 |
-
'
|
780 |
array (
|
781 |
-
'name' => '
|
782 |
-
'abstract' => 'VisualComposer\\Modules\\
|
783 |
'make' => true,
|
784 |
'singleton' => true,
|
785 |
),
|
@@ -797,59 +748,17 @@ return array (
|
|
797 |
'make' => true,
|
798 |
'singleton' => true,
|
799 |
),
|
800 |
-
'
|
801 |
-
array (
|
802 |
-
'name' => 'EditorsDataAjaxController',
|
803 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\Controller',
|
804 |
-
'make' => true,
|
805 |
-
'singleton' => true,
|
806 |
-
),
|
807 |
-
'EditorsDataAjaxPostDataController' =>
|
808 |
-
array (
|
809 |
-
'name' => 'EditorsDataAjaxPostDataController',
|
810 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostDataController',
|
811 |
-
'make' => true,
|
812 |
-
'singleton' => true,
|
813 |
-
),
|
814 |
-
'EditorsDataAjaxPostFieldsController' =>
|
815 |
-
array (
|
816 |
-
'name' => 'EditorsDataAjaxPostFieldsController',
|
817 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostFieldsController',
|
818 |
-
'make' => true,
|
819 |
-
'singleton' => true,
|
820 |
-
),
|
821 |
-
'EditorsDataAjaxRevisionController' =>
|
822 |
-
array (
|
823 |
-
'name' => 'EditorsDataAjaxRevisionController',
|
824 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\RevisionController',
|
825 |
-
'make' => true,
|
826 |
-
'singleton' => true,
|
827 |
-
),
|
828 |
-
'EditorsPageEditableController' =>
|
829 |
-
array (
|
830 |
-
'name' => 'EditorsPageEditableController',
|
831 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\PageEditable\\Controller',
|
832 |
-
'make' => true,
|
833 |
-
'singleton' => true,
|
834 |
-
),
|
835 |
-
'EditorsBackendEditorController' =>
|
836 |
-
array (
|
837 |
-
'name' => 'EditorsBackendEditorController',
|
838 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\EditorController',
|
839 |
-
'make' => true,
|
840 |
-
'singleton' => true,
|
841 |
-
),
|
842 |
-
'EditorsBackendSaveSetEditorController' =>
|
843 |
array (
|
844 |
-
'name' => '
|
845 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
846 |
'make' => true,
|
847 |
'singleton' => true,
|
848 |
),
|
849 |
-
'
|
850 |
array (
|
851 |
-
'name' => '
|
852 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
853 |
'make' => true,
|
854 |
'singleton' => true,
|
855 |
),
|
@@ -986,59 +895,38 @@ return array (
|
|
986 |
'make' => true,
|
987 |
'singleton' => true,
|
988 |
),
|
989 |
-
'
|
990 |
-
array (
|
991 |
-
'name' => 'EditorsAttributesWpEditor',
|
992 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\WpEditor',
|
993 |
-
'make' => true,
|
994 |
-
'singleton' => true,
|
995 |
-
),
|
996 |
-
'EditorsAttributesUrlController' =>
|
997 |
-
array (
|
998 |
-
'name' => 'EditorsAttributesUrlController',
|
999 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Url\\Controller',
|
1000 |
-
'make' => true,
|
1001 |
-
'singleton' => true,
|
1002 |
-
),
|
1003 |
-
'EditorsAttributesCodeMirrorCodeMirrorController' =>
|
1004 |
-
array (
|
1005 |
-
'name' => 'EditorsAttributesCodeMirrorCodeMirrorController',
|
1006 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\CodeMirror\\CodeMirrorController',
|
1007 |
-
'make' => true,
|
1008 |
-
'singleton' => true,
|
1009 |
-
),
|
1010 |
-
'EditorsAttributesPageDesignOptionsController' =>
|
1011 |
array (
|
1012 |
-
'name' => '
|
1013 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
1014 |
'make' => true,
|
1015 |
'singleton' => true,
|
1016 |
),
|
1017 |
-
'
|
1018 |
array (
|
1019 |
-
'name' => '
|
1020 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
1021 |
'make' => true,
|
1022 |
'singleton' => true,
|
1023 |
),
|
1024 |
-
'
|
1025 |
array (
|
1026 |
-
'name' => '
|
1027 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
1028 |
'make' => true,
|
1029 |
'singleton' => true,
|
1030 |
),
|
1031 |
-
'
|
1032 |
array (
|
1033 |
-
'name' => '
|
1034 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
1035 |
'make' => true,
|
1036 |
'singleton' => true,
|
1037 |
),
|
1038 |
-
'
|
1039 |
array (
|
1040 |
-
'name' => '
|
1041 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
1042 |
'make' => true,
|
1043 |
'singleton' => true,
|
1044 |
),
|
@@ -1056,6 +944,13 @@ return array (
|
|
1056 |
'make' => true,
|
1057 |
'singleton' => true,
|
1058 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1059 |
'EditorsFrontendBundleController' =>
|
1060 |
array (
|
1061 |
'name' => 'EditorsFrontendBundleController',
|
@@ -1091,45 +986,52 @@ return array (
|
|
1091 |
'make' => true,
|
1092 |
'singleton' => true,
|
1093 |
),
|
1094 |
-
'
|
1095 |
array (
|
1096 |
-
'name' => '
|
1097 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
1098 |
'make' => true,
|
1099 |
'singleton' => true,
|
1100 |
),
|
1101 |
-
'
|
1102 |
array (
|
1103 |
-
'name' => '
|
1104 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
1105 |
'make' => true,
|
1106 |
'singleton' => true,
|
1107 |
),
|
1108 |
-
'
|
1109 |
array (
|
1110 |
-
'name' => '
|
1111 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
1112 |
'make' => true,
|
1113 |
'singleton' => true,
|
1114 |
),
|
1115 |
-
'
|
1116 |
array (
|
1117 |
-
'name' => '
|
1118 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
1119 |
'make' => true,
|
1120 |
'singleton' => true,
|
1121 |
),
|
1122 |
-
'
|
1123 |
array (
|
1124 |
-
'name' => '
|
1125 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
1126 |
'make' => true,
|
1127 |
'singleton' => true,
|
1128 |
),
|
1129 |
-
'
|
1130 |
array (
|
1131 |
-
'name' => '
|
1132 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1133 |
'make' => true,
|
1134 |
'singleton' => true,
|
1135 |
),
|
@@ -1140,66 +1042,87 @@ return array (
|
|
1140 |
'make' => true,
|
1141 |
'singleton' => true,
|
1142 |
),
|
1143 |
-
'
|
1144 |
array (
|
1145 |
-
'name' => '
|
1146 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
1147 |
'make' => true,
|
1148 |
'singleton' => true,
|
1149 |
),
|
1150 |
-
'
|
1151 |
array (
|
1152 |
-
'name' => '
|
1153 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1154 |
'make' => true,
|
1155 |
'singleton' => true,
|
1156 |
),
|
1157 |
-
'
|
1158 |
array (
|
1159 |
-
'name' => '
|
1160 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1161 |
'make' => true,
|
1162 |
'singleton' => true,
|
1163 |
),
|
1164 |
-
'
|
1165 |
array (
|
1166 |
-
'name' => '
|
1167 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1168 |
'make' => true,
|
1169 |
'singleton' => true,
|
1170 |
),
|
1171 |
-
'
|
1172 |
array (
|
1173 |
-
'name' => '
|
1174 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1175 |
'make' => true,
|
1176 |
'singleton' => true,
|
1177 |
),
|
1178 |
-
'
|
1179 |
array (
|
1180 |
-
'name' => '
|
1181 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1182 |
'make' => true,
|
1183 |
'singleton' => true,
|
1184 |
),
|
1185 |
-
'
|
1186 |
array (
|
1187 |
-
'name' => '
|
1188 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1189 |
'make' => true,
|
1190 |
'singleton' => true,
|
1191 |
),
|
1192 |
-
'
|
1193 |
array (
|
1194 |
-
'name' => '
|
1195 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1196 |
'make' => true,
|
1197 |
'singleton' => true,
|
1198 |
),
|
1199 |
-
'
|
1200 |
array (
|
1201 |
-
'name' => '
|
1202 |
-
'abstract' => 'VisualComposer\\Modules\\Settings\\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1203 |
'make' => true,
|
1204 |
'singleton' => true,
|
1205 |
),
|
@@ -1238,10 +1161,45 @@ return array (
|
|
1238 |
'make' => true,
|
1239 |
'singleton' => true,
|
1240 |
),
|
1241 |
-
'
|
1242 |
array (
|
1243 |
-
'name' => '
|
1244 |
-
'abstract' => 'VisualComposer\\Modules\\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1245 |
'make' => true,
|
1246 |
'singleton' => true,
|
1247 |
),
|
@@ -1315,304 +1273,283 @@ return array (
|
|
1315 |
'make' => true,
|
1316 |
'singleton' => true,
|
1317 |
),
|
1318 |
-
'
|
1319 |
-
array (
|
1320 |
-
'name' => 'VendorsAjaxSearchProController',
|
1321 |
-
'abstract' => 'VisualComposer\\Modules\\Vendors\\AjaxSearchProController',
|
1322 |
-
'make' => true,
|
1323 |
-
'singleton' => true,
|
1324 |
-
),
|
1325 |
-
'VendorsDashboardController' =>
|
1326 |
-
array (
|
1327 |
-
'name' => 'VendorsDashboardController',
|
1328 |
-
'abstract' => 'VisualComposer\\Modules\\Vendors\\DashboardController',
|
1329 |
-
'make' => true,
|
1330 |
-
'singleton' => true,
|
1331 |
-
),
|
1332 |
-
'VendorsElementorController' =>
|
1333 |
-
array (
|
1334 |
-
'name' => 'VendorsElementorController',
|
1335 |
-
'abstract' => 'VisualComposer\\Modules\\Vendors\\ElementorController',
|
1336 |
-
'make' => true,
|
1337 |
-
'singleton' => true,
|
1338 |
-
),
|
1339 |
-
'VendorsEssentialGridController' =>
|
1340 |
array (
|
1341 |
-
'name' => '
|
1342 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1343 |
'make' => true,
|
1344 |
'singleton' => true,
|
1345 |
),
|
1346 |
-
'
|
1347 |
array (
|
1348 |
-
'name' => '
|
1349 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1350 |
'make' => true,
|
1351 |
'singleton' => true,
|
1352 |
),
|
1353 |
-
'
|
1354 |
array (
|
1355 |
-
'name' => '
|
1356 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1357 |
'make' => true,
|
1358 |
'singleton' => true,
|
1359 |
),
|
1360 |
-
'
|
1361 |
array (
|
1362 |
-
'name' => '
|
1363 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1364 |
'make' => true,
|
1365 |
'singleton' => true,
|
1366 |
),
|
1367 |
-
'
|
1368 |
array (
|
1369 |
-
'name' => '
|
1370 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1371 |
'make' => true,
|
1372 |
'singleton' => true,
|
1373 |
),
|
1374 |
-
'
|
1375 |
array (
|
1376 |
-
'name' => '
|
1377 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1378 |
'make' => true,
|
1379 |
'singleton' => true,
|
1380 |
),
|
1381 |
-
'
|
1382 |
array (
|
1383 |
-
'name' => '
|
1384 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1385 |
'make' => true,
|
1386 |
'singleton' => true,
|
1387 |
),
|
1388 |
-
'
|
1389 |
array (
|
1390 |
-
'name' => '
|
1391 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1392 |
'make' => true,
|
1393 |
'singleton' => true,
|
1394 |
),
|
1395 |
-
'
|
1396 |
array (
|
1397 |
-
'name' => '
|
1398 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1399 |
'make' => true,
|
1400 |
'singleton' => true,
|
1401 |
),
|
1402 |
-
'
|
1403 |
array (
|
1404 |
-
'name' => '
|
1405 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1406 |
'make' => true,
|
1407 |
'singleton' => true,
|
1408 |
),
|
1409 |
-
'
|
1410 |
array (
|
1411 |
-
'name' => '
|
1412 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1413 |
'make' => true,
|
1414 |
'singleton' => true,
|
1415 |
),
|
1416 |
-
'
|
1417 |
array (
|
1418 |
-
'name' => '
|
1419 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1420 |
'make' => true,
|
1421 |
'singleton' => true,
|
1422 |
),
|
1423 |
-
'
|
1424 |
array (
|
1425 |
-
'name' => '
|
1426 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1427 |
'make' => true,
|
1428 |
'singleton' => true,
|
1429 |
),
|
1430 |
-
'
|
1431 |
array (
|
1432 |
-
'name' => '
|
1433 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1434 |
'make' => true,
|
1435 |
'singleton' => true,
|
1436 |
),
|
1437 |
-
'
|
1438 |
array (
|
1439 |
-
'name' => '
|
1440 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1441 |
'make' => true,
|
1442 |
'singleton' => true,
|
1443 |
),
|
1444 |
-
'
|
1445 |
array (
|
1446 |
-
'name' => '
|
1447 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1448 |
'make' => true,
|
1449 |
'singleton' => true,
|
1450 |
),
|
1451 |
-
'
|
1452 |
array (
|
1453 |
-
'name' => '
|
1454 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1455 |
'make' => true,
|
1456 |
'singleton' => true,
|
1457 |
),
|
1458 |
-
'
|
1459 |
array (
|
1460 |
-
'name' => '
|
1461 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1462 |
'make' => true,
|
1463 |
'singleton' => true,
|
1464 |
),
|
1465 |
-
'
|
1466 |
array (
|
1467 |
-
'name' => '
|
1468 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1469 |
'make' => true,
|
1470 |
'singleton' => true,
|
1471 |
),
|
1472 |
-
'
|
1473 |
array (
|
1474 |
-
'name' => '
|
1475 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1476 |
'make' => true,
|
1477 |
'singleton' => true,
|
1478 |
),
|
1479 |
-
'
|
1480 |
array (
|
1481 |
-
'name' => '
|
1482 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1483 |
'make' => true,
|
1484 |
'singleton' => true,
|
1485 |
),
|
1486 |
-
'
|
1487 |
array (
|
1488 |
-
'name' => '
|
1489 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1490 |
'make' => true,
|
1491 |
'singleton' => true,
|
1492 |
),
|
1493 |
-
'
|
1494 |
array (
|
1495 |
-
'name' => '
|
1496 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1497 |
'make' => true,
|
1498 |
'singleton' => true,
|
1499 |
),
|
1500 |
-
'
|
1501 |
array (
|
1502 |
-
'name' => '
|
1503 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1504 |
'make' => true,
|
1505 |
'singleton' => true,
|
1506 |
),
|
1507 |
-
'
|
1508 |
array (
|
1509 |
-
'name' => '
|
1510 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1511 |
'make' => true,
|
1512 |
'singleton' => true,
|
1513 |
),
|
1514 |
-
'
|
1515 |
array (
|
1516 |
-
'name' => '
|
1517 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1518 |
'make' => true,
|
1519 |
'singleton' => true,
|
1520 |
),
|
1521 |
-
'
|
1522 |
array (
|
1523 |
-
'name' => '
|
1524 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1525 |
'make' => true,
|
1526 |
'singleton' => true,
|
1527 |
),
|
1528 |
-
'
|
1529 |
array (
|
1530 |
-
'name' => '
|
1531 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1532 |
'make' => true,
|
1533 |
'singleton' => true,
|
1534 |
),
|
1535 |
-
'
|
1536 |
array (
|
1537 |
-
'name' => '
|
1538 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1539 |
'make' => true,
|
1540 |
'singleton' => true,
|
1541 |
),
|
1542 |
-
'
|
1543 |
array (
|
1544 |
-
'name' => '
|
1545 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1546 |
'make' => true,
|
1547 |
'singleton' => true,
|
1548 |
),
|
1549 |
-
'
|
1550 |
array (
|
1551 |
-
'name' => '
|
1552 |
-
'abstract' => 'VisualComposer\\Modules\\Elements\\
|
1553 |
'make' => true,
|
1554 |
'singleton' => true,
|
1555 |
),
|
1556 |
-
'
|
1557 |
array (
|
1558 |
-
'name' => '
|
1559 |
-
'abstract' => 'VisualComposer\\Modules\\Elements\\
|
1560 |
'make' => true,
|
1561 |
'singleton' => true,
|
1562 |
),
|
1563 |
-
'
|
1564 |
array (
|
1565 |
-
'name' => '
|
1566 |
-
'abstract' => 'VisualComposer\\Modules\\Elements\\
|
1567 |
'make' => true,
|
1568 |
'singleton' => true,
|
1569 |
),
|
1570 |
-
'
|
1571 |
array (
|
1572 |
-
'name' => '
|
1573 |
-
'abstract' => 'VisualComposer\\Modules\\Elements\\
|
1574 |
'make' => true,
|
1575 |
'singleton' => true,
|
1576 |
),
|
1577 |
-
'
|
1578 |
array (
|
1579 |
-
'name' => '
|
1580 |
-
'abstract' => 'VisualComposer\\Modules\\Elements\\
|
1581 |
'make' => true,
|
1582 |
'singleton' => true,
|
1583 |
),
|
1584 |
-
'
|
1585 |
array (
|
1586 |
-
'name' => '
|
1587 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1588 |
'make' => true,
|
1589 |
'singleton' => true,
|
1590 |
),
|
1591 |
-
'
|
1592 |
array (
|
1593 |
-
'name' => '
|
1594 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1595 |
'make' => true,
|
1596 |
'singleton' => true,
|
1597 |
),
|
1598 |
-
'
|
1599 |
array (
|
1600 |
-
'name' => '
|
1601 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1602 |
'make' => true,
|
1603 |
'singleton' => true,
|
1604 |
),
|
1605 |
-
'
|
1606 |
array (
|
1607 |
-
'name' => '
|
1608 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1609 |
'make' => true,
|
1610 |
'singleton' => true,
|
1611 |
),
|
1612 |
-
'
|
1613 |
array (
|
1614 |
-
'name' => '
|
1615 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1616 |
'make' => true,
|
1617 |
'singleton' => true,
|
1618 |
),
|
@@ -1630,6 +1567,13 @@ return array (
|
|
1630 |
'make' => true,
|
1631 |
'singleton' => true,
|
1632 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1633 |
'MigrationsAssets22Migration' =>
|
1634 |
array (
|
1635 |
'name' => 'MigrationsAssets22Migration',
|
@@ -1735,5 +1679,61 @@ return array (
|
|
1735 |
'make' => true,
|
1736 |
'singleton' => true,
|
1737 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1738 |
),
|
1739 |
);
|
283 |
'make' => false,
|
284 |
'singleton' => true,
|
285 |
),
|
286 |
+
'SettingsFieldsRegistryHelper' =>
|
287 |
+
array (
|
288 |
+
'name' => 'SettingsFieldsRegistryHelper',
|
289 |
+
'abstract' => 'VisualComposer\\Helpers\\Settings\\FieldsRegistry',
|
290 |
+
'make' => false,
|
291 |
+
'singleton' => true,
|
292 |
+
),
|
293 |
+
'SettingsSectionsRegistryHelper' =>
|
294 |
+
array (
|
295 |
+
'name' => 'SettingsSectionsRegistryHelper',
|
296 |
+
'abstract' => 'VisualComposer\\Helpers\\Settings\\SectionsRegistry',
|
297 |
+
'make' => false,
|
298 |
+
'singleton' => true,
|
299 |
+
),
|
300 |
+
'SettingsTabsRegistryHelper' =>
|
301 |
+
array (
|
302 |
+
'name' => 'SettingsTabsRegistryHelper',
|
303 |
+
'abstract' => 'VisualComposer\\Helpers\\Settings\\TabsRegistry',
|
304 |
+
'make' => false,
|
305 |
+
'singleton' => true,
|
306 |
+
),
|
307 |
+
'AccessCurrentUserHelper' =>
|
308 |
+
array (
|
309 |
+
'name' => 'AccessCurrentUserHelper',
|
310 |
+
'abstract' => 'VisualComposer\\Helpers\\Access\\CurrentUser',
|
311 |
+
'make' => false,
|
312 |
+
'singleton' => true,
|
313 |
+
),
|
314 |
+
'AccessEditorPostTypeHelper' =>
|
315 |
+
array (
|
316 |
+
'name' => 'AccessEditorPostTypeHelper',
|
317 |
+
'abstract' => 'VisualComposer\\Helpers\\Access\\EditorPostType',
|
318 |
+
'make' => false,
|
319 |
+
'singleton' => true,
|
320 |
+
),
|
321 |
+
'AccessRoleHelper' =>
|
322 |
+
array (
|
323 |
+
'name' => 'AccessRoleHelper',
|
324 |
+
'abstract' => 'VisualComposer\\Helpers\\Access\\Role',
|
325 |
+
'make' => false,
|
326 |
+
'singleton' => false,
|
327 |
+
),
|
328 |
+
'AccessUserCapabilitiesHelper' =>
|
329 |
+
array (
|
330 |
+
'name' => 'AccessUserCapabilitiesHelper',
|
331 |
+
'abstract' => 'VisualComposer\\Helpers\\Access\\UserCapabilities',
|
332 |
+
'make' => false,
|
333 |
+
'singleton' => true,
|
334 |
+
),
|
335 |
'HubAddonsHelper' =>
|
336 |
array (
|
337 |
'name' => 'HubAddonsHelper',
|
409 |
'make' => false,
|
410 |
'singleton' => true,
|
411 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
412 |
),
|
413 |
'modules' =>
|
414 |
array (
|
415 |
+
'AssetsAssetBundleCompressionController' =>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
416 |
array (
|
417 |
+
'name' => 'AssetsAssetBundleCompressionController',
|
418 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\AssetBundleCompressionController',
|
419 |
'make' => true,
|
420 |
'singleton' => true,
|
421 |
),
|
422 |
+
'AssetsAssetBundleController' =>
|
423 |
array (
|
424 |
+
'name' => 'AssetsAssetBundleController',
|
425 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\AssetBundleController',
|
426 |
'make' => true,
|
427 |
'singleton' => true,
|
428 |
),
|
429 |
+
'AssetsAssetResetController' =>
|
430 |
array (
|
431 |
+
'name' => 'AssetsAssetResetController',
|
432 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\AssetResetController',
|
433 |
'make' => true,
|
434 |
'singleton' => true,
|
435 |
),
|
436 |
+
'AssetsDataController' =>
|
437 |
array (
|
438 |
+
'name' => 'AssetsDataController',
|
439 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\DataController',
|
440 |
'make' => true,
|
441 |
'singleton' => true,
|
442 |
),
|
443 |
+
'AssetsEnqueueController' =>
|
444 |
array (
|
445 |
+
'name' => 'AssetsEnqueueController',
|
446 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\EnqueueController',
|
447 |
'make' => true,
|
448 |
'singleton' => true,
|
449 |
),
|
450 |
+
'AssetsFileController' =>
|
451 |
array (
|
452 |
+
'name' => 'AssetsFileController',
|
453 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\FileController',
|
454 |
'make' => true,
|
455 |
'singleton' => true,
|
456 |
),
|
457 |
+
'AssetsJsDataController' =>
|
458 |
array (
|
459 |
+
'name' => 'AssetsJsDataController',
|
460 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\JsDataController',
|
461 |
'make' => true,
|
462 |
'singleton' => true,
|
463 |
),
|
464 |
+
'AssetsJsEnqueueController' =>
|
465 |
array (
|
466 |
+
'name' => 'AssetsJsEnqueueController',
|
467 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\JsEnqueueController',
|
468 |
'make' => true,
|
469 |
'singleton' => true,
|
470 |
),
|
471 |
+
'AssetsPreviewDataController' =>
|
472 |
array (
|
473 |
+
'name' => 'AssetsPreviewDataController',
|
474 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewDataController',
|
475 |
'make' => true,
|
476 |
'singleton' => true,
|
477 |
),
|
478 |
+
'AssetsPreviewEnqueueController' =>
|
479 |
array (
|
480 |
+
'name' => 'AssetsPreviewEnqueueController',
|
481 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewEnqueueController',
|
482 |
'make' => true,
|
483 |
'singleton' => true,
|
484 |
),
|
485 |
+
'AssetsPreviewJsDataController' =>
|
486 |
array (
|
487 |
+
'name' => 'AssetsPreviewJsDataController',
|
488 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsDataController',
|
489 |
'make' => true,
|
490 |
'singleton' => true,
|
491 |
),
|
492 |
+
'AssetsPreviewJsEnqueueController' =>
|
493 |
array (
|
494 |
+
'name' => 'AssetsPreviewJsEnqueueController',
|
495 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsEnqueueController',
|
496 |
'make' => true,
|
497 |
'singleton' => true,
|
498 |
),
|
499 |
+
'AssetsSharedController' =>
|
500 |
array (
|
501 |
+
'name' => 'AssetsSharedController',
|
502 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\SharedController',
|
503 |
'make' => true,
|
504 |
'singleton' => true,
|
505 |
),
|
506 |
+
'VendorsAjaxSearchProController' =>
|
507 |
array (
|
508 |
+
'name' => 'VendorsAjaxSearchProController',
|
509 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\AjaxSearchProController',
|
510 |
'make' => true,
|
511 |
'singleton' => true,
|
512 |
),
|
513 |
+
'VendorsDashboardController' =>
|
514 |
array (
|
515 |
+
'name' => 'VendorsDashboardController',
|
516 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\DashboardController',
|
517 |
'make' => true,
|
518 |
'singleton' => true,
|
519 |
),
|
520 |
+
'VendorsElementorController' =>
|
521 |
array (
|
522 |
+
'name' => 'VendorsElementorController',
|
523 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\ElementorController',
|
524 |
'make' => true,
|
525 |
'singleton' => true,
|
526 |
),
|
527 |
+
'VendorsEssentialGridController' =>
|
528 |
array (
|
529 |
+
'name' => 'VendorsEssentialGridController',
|
530 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\EssentialGridController',
|
531 |
'make' => true,
|
532 |
'singleton' => true,
|
533 |
),
|
534 |
+
'VendorsGravityFormsController' =>
|
535 |
array (
|
536 |
+
'name' => 'VendorsGravityFormsController',
|
537 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\GravityFormsController',
|
538 |
'make' => true,
|
539 |
'singleton' => true,
|
540 |
),
|
541 |
+
'VendorsJetPack' =>
|
542 |
array (
|
543 |
+
'name' => 'VendorsJetPack',
|
544 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\JetPack',
|
545 |
'make' => true,
|
546 |
'singleton' => true,
|
547 |
),
|
548 |
+
'VendorsMetaSliderController' =>
|
549 |
array (
|
550 |
+
'name' => 'VendorsMetaSliderController',
|
551 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\MetaSliderController',
|
552 |
'make' => true,
|
553 |
'singleton' => true,
|
554 |
),
|
555 |
+
'VendorsNextGen' =>
|
556 |
array (
|
557 |
+
'name' => 'VendorsNextGen',
|
558 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\NextGen',
|
559 |
'make' => true,
|
560 |
'singleton' => true,
|
561 |
),
|
562 |
+
'VendorsNinjaFormsController' =>
|
563 |
array (
|
564 |
+
'name' => 'VendorsNinjaFormsController',
|
565 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\NinjaFormsController',
|
566 |
'make' => true,
|
567 |
'singleton' => true,
|
568 |
),
|
569 |
+
'VendorsOneUserAvatar' =>
|
570 |
array (
|
571 |
+
'name' => 'VendorsOneUserAvatar',
|
572 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\OneUserAvatar',
|
573 |
'make' => true,
|
574 |
'singleton' => true,
|
575 |
),
|
576 |
+
'VendorsPluginsController' =>
|
577 |
array (
|
578 |
+
'name' => 'VendorsPluginsController',
|
579 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\PluginsController',
|
580 |
'make' => true,
|
581 |
'singleton' => true,
|
582 |
),
|
583 |
+
'VendorsRevSliderController' =>
|
584 |
array (
|
585 |
+
'name' => 'VendorsRevSliderController',
|
586 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\RevSliderController',
|
587 |
'make' => true,
|
588 |
'singleton' => true,
|
589 |
),
|
590 |
+
'VendorsWooCommerceController' =>
|
591 |
array (
|
592 |
+
'name' => 'VendorsWooCommerceController',
|
593 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceController',
|
594 |
'make' => true,
|
595 |
'singleton' => true,
|
596 |
),
|
597 |
+
'VendorsWooCommerceMultivendorMarketplace' =>
|
598 |
array (
|
599 |
+
'name' => 'VendorsWooCommerceMultivendorMarketplace',
|
600 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceMultivendorMarketplace',
|
601 |
'make' => true,
|
602 |
'singleton' => true,
|
603 |
),
|
604 |
+
'VendorsWooCommerceSquareController' =>
|
605 |
array (
|
606 |
+
'name' => 'VendorsWooCommerceSquareController',
|
607 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceSquareController',
|
608 |
'make' => true,
|
609 |
'singleton' => true,
|
610 |
),
|
611 |
+
'VendorsWordpressController' =>
|
612 |
array (
|
613 |
+
'name' => 'VendorsWordpressController',
|
614 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\WordpressController',
|
615 |
'make' => true,
|
616 |
'singleton' => true,
|
617 |
),
|
618 |
+
'VendorsWpFormsController' =>
|
619 |
array (
|
620 |
+
'name' => 'VendorsWpFormsController',
|
621 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\WpFormsController',
|
622 |
'make' => true,
|
623 |
'singleton' => true,
|
624 |
),
|
625 |
+
'VendorsWpJobsManagerController' =>
|
626 |
array (
|
627 |
+
'name' => 'VendorsWpJobsManagerController',
|
628 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\WpJobsManagerController',
|
629 |
'make' => true,
|
630 |
'singleton' => true,
|
631 |
),
|
632 |
+
'VendorsWpbakeryController' =>
|
633 |
array (
|
634 |
+
'name' => 'VendorsWpbakeryController',
|
635 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\WpbakeryController',
|
636 |
'make' => true,
|
637 |
'singleton' => true,
|
638 |
),
|
639 |
+
'VendorsWpmlController' =>
|
640 |
array (
|
641 |
+
'name' => 'VendorsWpmlController',
|
642 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\WpmlController',
|
643 |
'make' => true,
|
644 |
'singleton' => true,
|
645 |
),
|
646 |
+
'VendorsYoastController' =>
|
647 |
array (
|
648 |
+
'name' => 'VendorsYoastController',
|
649 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\YoastController',
|
650 |
'make' => true,
|
651 |
'singleton' => true,
|
652 |
),
|
653 |
+
'VendorsGutenbergAttributeController' =>
|
654 |
array (
|
655 |
+
'name' => 'VendorsGutenbergAttributeController',
|
656 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\AttributeController',
|
657 |
'make' => true,
|
658 |
'singleton' => true,
|
659 |
),
|
660 |
+
'VendorsGutenbergDisableController' =>
|
661 |
array (
|
662 |
+
'name' => 'VendorsGutenbergDisableController',
|
663 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\DisableController',
|
664 |
'make' => true,
|
665 |
'singleton' => true,
|
666 |
),
|
667 |
+
'VendorsGutenbergSettingsController' =>
|
668 |
array (
|
669 |
+
'name' => 'VendorsGutenbergSettingsController',
|
670 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\SettingsController',
|
671 |
'make' => true,
|
672 |
'singleton' => true,
|
673 |
),
|
674 |
+
'VendorsThemesGeneratePressController' =>
|
675 |
array (
|
676 |
+
'name' => 'VendorsThemesGeneratePressController',
|
677 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\GeneratePressController',
|
678 |
'make' => true,
|
679 |
'singleton' => true,
|
680 |
),
|
681 |
+
'VendorsThemesStorefrontController' =>
|
682 |
array (
|
683 |
+
'name' => 'VendorsThemesStorefrontController',
|
684 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\StorefrontController',
|
685 |
'make' => true,
|
686 |
'singleton' => true,
|
687 |
),
|
688 |
+
'VendorsThemesTwentySeventeenController' =>
|
689 |
array (
|
690 |
+
'name' => 'VendorsThemesTwentySeventeenController',
|
691 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\TwentySeventeenController',
|
692 |
'make' => true,
|
693 |
'singleton' => true,
|
694 |
),
|
695 |
+
'VendorsThemesTwentyTwentyOneController' =>
|
696 |
array (
|
697 |
+
'name' => 'VendorsThemesTwentyTwentyOneController',
|
698 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\TwentyTwentyOneController',
|
699 |
'make' => true,
|
700 |
'singleton' => true,
|
701 |
),
|
702 |
+
'SystemTextDomainController' =>
|
703 |
array (
|
704 |
+
'name' => 'SystemTextDomainController',
|
705 |
+
'abstract' => 'VisualComposer\\Modules\\System\\TextDomain\\Controller',
|
706 |
'make' => true,
|
707 |
'singleton' => true,
|
708 |
),
|
709 |
+
'SystemActivationController' =>
|
710 |
array (
|
711 |
+
'name' => 'SystemActivationController',
|
712 |
+
'abstract' => 'VisualComposer\\Modules\\System\\Activation\\Controller',
|
713 |
'make' => true,
|
714 |
'singleton' => true,
|
715 |
),
|
716 |
+
'SystemCacheCacheController' =>
|
717 |
array (
|
718 |
+
'name' => 'SystemCacheCacheController',
|
719 |
+
'abstract' => 'VisualComposer\\Modules\\System\\Cache\\CacheController',
|
720 |
'make' => true,
|
721 |
'singleton' => true,
|
722 |
),
|
723 |
+
'SystemAjaxAdminController' =>
|
724 |
array (
|
725 |
+
'name' => 'SystemAjaxAdminController',
|
726 |
+
'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\AdminController',
|
727 |
'make' => true,
|
728 |
'singleton' => true,
|
729 |
),
|
730 |
+
'SystemAjaxController' =>
|
731 |
array (
|
732 |
+
'name' => 'SystemAjaxController',
|
733 |
+
'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\Controller',
|
734 |
'make' => true,
|
735 |
'singleton' => true,
|
736 |
),
|
748 |
'make' => true,
|
749 |
'singleton' => true,
|
750 |
),
|
751 |
+
'EditorsDataUsageController' =>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
752 |
array (
|
753 |
+
'name' => 'EditorsDataUsageController',
|
754 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\Controller',
|
755 |
'make' => true,
|
756 |
'singleton' => true,
|
757 |
),
|
758 |
+
'EditorsDataUsageMostUsedItemsController' =>
|
759 |
array (
|
760 |
+
'name' => 'EditorsDataUsageMostUsedItemsController',
|
761 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\MostUsedItemsController',
|
762 |
'make' => true,
|
763 |
'singleton' => true,
|
764 |
),
|
895 |
'make' => true,
|
896 |
'singleton' => true,
|
897 |
),
|
898 |
+
'EditorsNotificationsController' =>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
899 |
array (
|
900 |
+
'name' => 'EditorsNotificationsController',
|
901 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Notifications\\Controller',
|
902 |
'make' => true,
|
903 |
'singleton' => true,
|
904 |
),
|
905 |
+
'EditorsDataAjaxController' =>
|
906 |
array (
|
907 |
+
'name' => 'EditorsDataAjaxController',
|
908 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\Controller',
|
909 |
'make' => true,
|
910 |
'singleton' => true,
|
911 |
),
|
912 |
+
'EditorsDataAjaxPostDataController' =>
|
913 |
array (
|
914 |
+
'name' => 'EditorsDataAjaxPostDataController',
|
915 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostDataController',
|
916 |
'make' => true,
|
917 |
'singleton' => true,
|
918 |
),
|
919 |
+
'EditorsDataAjaxPostFieldsController' =>
|
920 |
array (
|
921 |
+
'name' => 'EditorsDataAjaxPostFieldsController',
|
922 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostFieldsController',
|
923 |
'make' => true,
|
924 |
'singleton' => true,
|
925 |
),
|
926 |
+
'EditorsDataAjaxRevisionController' =>
|
927 |
array (
|
928 |
+
'name' => 'EditorsDataAjaxRevisionController',
|
929 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\RevisionController',
|
930 |
'make' => true,
|
931 |
'singleton' => true,
|
932 |
),
|
944 |
'make' => true,
|
945 |
'singleton' => true,
|
946 |
),
|
947 |
+
'EditorsFrontendLayoutSwitcherBundleController' =>
|
948 |
+
array (
|
949 |
+
'name' => 'EditorsFrontendLayoutSwitcherBundleController',
|
950 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\FrontendLayoutSwitcher\\BundleController',
|
951 |
+
'make' => true,
|
952 |
+
'singleton' => true,
|
953 |
+
),
|
954 |
'EditorsFrontendBundleController' =>
|
955 |
array (
|
956 |
'name' => 'EditorsFrontendBundleController',
|
986 |
'make' => true,
|
987 |
'singleton' => true,
|
988 |
),
|
989 |
+
'EditorsTutorialController' =>
|
990 |
array (
|
991 |
+
'name' => 'EditorsTutorialController',
|
992 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\Controller',
|
993 |
'make' => true,
|
994 |
'singleton' => true,
|
995 |
),
|
996 |
+
'EditorsTutorialPostType' =>
|
997 |
array (
|
998 |
+
'name' => 'EditorsTutorialPostType',
|
999 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\PostType',
|
1000 |
'make' => true,
|
1001 |
'singleton' => true,
|
1002 |
),
|
1003 |
+
'EditorsElementsController' =>
|
1004 |
array (
|
1005 |
+
'name' => 'EditorsElementsController',
|
1006 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Elements\\Controller',
|
1007 |
'make' => true,
|
1008 |
'singleton' => true,
|
1009 |
),
|
1010 |
+
'EditorsBackendEditorController' =>
|
1011 |
array (
|
1012 |
+
'name' => 'EditorsBackendEditorController',
|
1013 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\EditorController',
|
1014 |
'make' => true,
|
1015 |
'singleton' => true,
|
1016 |
),
|
1017 |
+
'EditorsBackendSaveSetEditorController' =>
|
1018 |
array (
|
1019 |
+
'name' => 'EditorsBackendSaveSetEditorController',
|
1020 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\SaveSetEditorController',
|
1021 |
'make' => true,
|
1022 |
'singleton' => true,
|
1023 |
),
|
1024 |
+
'EditorsEditPostLinksController' =>
|
1025 |
array (
|
1026 |
+
'name' => 'EditorsEditPostLinksController',
|
1027 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\EditPostLinks\\Controller',
|
1028 |
+
'make' => true,
|
1029 |
+
'singleton' => true,
|
1030 |
+
),
|
1031 |
+
'EditorsPageEditableController' =>
|
1032 |
+
array (
|
1033 |
+
'name' => 'EditorsPageEditableController',
|
1034 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\PageEditable\\Controller',
|
1035 |
'make' => true,
|
1036 |
'singleton' => true,
|
1037 |
),
|
1042 |
'make' => true,
|
1043 |
'singleton' => true,
|
1044 |
),
|
1045 |
+
'EditorsAttributesWpEditor' =>
|
1046 |
array (
|
1047 |
+
'name' => 'EditorsAttributesWpEditor',
|
1048 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\WpEditor',
|
1049 |
'make' => true,
|
1050 |
'singleton' => true,
|
1051 |
),
|
1052 |
+
'EditorsAttributesAjaxFormController' =>
|
1053 |
array (
|
1054 |
+
'name' => 'EditorsAttributesAjaxFormController',
|
1055 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AjaxForm\\Controller',
|
1056 |
'make' => true,
|
1057 |
'singleton' => true,
|
1058 |
),
|
1059 |
+
'EditorsAttributesAutoCompleteController' =>
|
1060 |
array (
|
1061 |
+
'name' => 'EditorsAttributesAutoCompleteController',
|
1062 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AutoComplete\\Controller',
|
1063 |
'make' => true,
|
1064 |
'singleton' => true,
|
1065 |
),
|
1066 |
+
'EditorsAttributesCodeMirrorCodeMirrorController' =>
|
1067 |
array (
|
1068 |
+
'name' => 'EditorsAttributesCodeMirrorCodeMirrorController',
|
1069 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\CodeMirror\\CodeMirrorController',
|
1070 |
'make' => true,
|
1071 |
'singleton' => true,
|
1072 |
),
|
1073 |
+
'EditorsAttributesCheckboxController' =>
|
1074 |
array (
|
1075 |
+
'name' => 'EditorsAttributesCheckboxController',
|
1076 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Checkbox\\Controller',
|
1077 |
'make' => true,
|
1078 |
'singleton' => true,
|
1079 |
),
|
1080 |
+
'EditorsAttributesIconPickerController' =>
|
1081 |
array (
|
1082 |
+
'name' => 'EditorsAttributesIconPickerController',
|
1083 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\IconPicker\\Controller',
|
1084 |
'make' => true,
|
1085 |
'singleton' => true,
|
1086 |
),
|
1087 |
+
'EditorsAttributesUrlController' =>
|
1088 |
array (
|
1089 |
+
'name' => 'EditorsAttributesUrlController',
|
1090 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Url\\Controller',
|
1091 |
'make' => true,
|
1092 |
'singleton' => true,
|
1093 |
),
|
1094 |
+
'EditorsAttributesPageDesignOptionsController' =>
|
1095 |
array (
|
1096 |
+
'name' => 'EditorsAttributesPageDesignOptionsController',
|
1097 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\PageDesignOptions\\Controller',
|
1098 |
'make' => true,
|
1099 |
'singleton' => true,
|
1100 |
),
|
1101 |
+
'SettingsCustomPostTypesController' =>
|
1102 |
array (
|
1103 |
+
'name' => 'SettingsCustomPostTypesController',
|
1104 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\CustomPostTypesController',
|
1105 |
+
'make' => true,
|
1106 |
+
'singleton' => true,
|
1107 |
+
),
|
1108 |
+
'SettingsMenuController' =>
|
1109 |
+
array (
|
1110 |
+
'name' => 'SettingsMenuController',
|
1111 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\MenuController',
|
1112 |
+
'make' => true,
|
1113 |
+
'singleton' => true,
|
1114 |
+
),
|
1115 |
+
'SettingsNoticeController' =>
|
1116 |
+
array (
|
1117 |
+
'name' => 'SettingsNoticeController',
|
1118 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\NoticeController',
|
1119 |
+
'make' => true,
|
1120 |
+
'singleton' => true,
|
1121 |
+
),
|
1122 |
+
'SettingsSettingsController' =>
|
1123 |
+
array (
|
1124 |
+
'name' => 'SettingsSettingsController',
|
1125 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\SettingsController',
|
1126 |
'make' => true,
|
1127 |
'singleton' => true,
|
1128 |
),
|
1161 |
'make' => true,
|
1162 |
'singleton' => true,
|
1163 |
),
|
1164 |
+
'SettingsFieldsCssEditor' =>
|
1165 |
array (
|
1166 |
+
'name' => 'SettingsFieldsCssEditor',
|
1167 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\CssEditor',
|
1168 |
+
'make' => true,
|
1169 |
+
'singleton' => true,
|
1170 |
+
),
|
1171 |
+
'SettingsFieldsFactoryResetController' =>
|
1172 |
+
array (
|
1173 |
+
'name' => 'SettingsFieldsFactoryResetController',
|
1174 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\FactoryResetController',
|
1175 |
+
'make' => true,
|
1176 |
+
'singleton' => true,
|
1177 |
+
),
|
1178 |
+
'SettingsFieldsJsEditor' =>
|
1179 |
+
array (
|
1180 |
+
'name' => 'SettingsFieldsJsEditor',
|
1181 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\JsEditor',
|
1182 |
+
'make' => true,
|
1183 |
+
'singleton' => true,
|
1184 |
+
),
|
1185 |
+
'SettingsAjaxSystemStatusController' =>
|
1186 |
+
array (
|
1187 |
+
'name' => 'SettingsAjaxSystemStatusController',
|
1188 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Ajax\\SystemStatusController',
|
1189 |
+
'make' => true,
|
1190 |
+
'singleton' => true,
|
1191 |
+
),
|
1192 |
+
'ImportImportController' =>
|
1193 |
+
array (
|
1194 |
+
'name' => 'ImportImportController',
|
1195 |
+
'abstract' => 'VisualComposer\\Modules\\Import\\ImportController',
|
1196 |
+
'make' => true,
|
1197 |
+
'singleton' => true,
|
1198 |
+
),
|
1199 |
+
'UtmUtm' =>
|
1200 |
+
array (
|
1201 |
+
'name' => 'UtmUtm',
|
1202 |
+
'abstract' => 'VisualComposer\\Modules\\Utm\\Utm',
|
1203 |
'make' => true,
|
1204 |
'singleton' => true,
|
1205 |
),
|
1273 |
'make' => true,
|
1274 |
'singleton' => true,
|
1275 |
),
|
1276 |
+
'ElementsApiController' =>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1277 |
array (
|
1278 |
+
'name' => 'ElementsApiController',
|
1279 |
+
'abstract' => 'VisualComposer\\Modules\\Elements\\ApiController',
|
1280 |
'make' => true,
|
1281 |
'singleton' => true,
|
1282 |
),
|
1283 |
+
'ElementsController' =>
|
1284 |
array (
|
1285 |
+
'name' => 'ElementsController',
|
1286 |
+
'abstract' => 'VisualComposer\\Modules\\Elements\\Controller',
|
1287 |
'make' => true,
|
1288 |
'singleton' => true,
|
1289 |
),
|
1290 |
+
'ElementsViewPageRender' =>
|
1291 |
array (
|
1292 |
+
'name' => 'ElementsViewPageRender',
|
1293 |
+
'abstract' => 'VisualComposer\\Modules\\Elements\\ViewPageRender',
|
1294 |
'make' => true,
|
1295 |
'singleton' => true,
|
1296 |
),
|
1297 |
+
'ElementsGlobalVariablesController' =>
|
1298 |
array (
|
1299 |
+
'name' => 'ElementsGlobalVariablesController',
|
1300 |
+
'abstract' => 'VisualComposer\\Modules\\Elements\\GlobalVariables\\Controller',
|
1301 |
'make' => true,
|
1302 |
'singleton' => true,
|
1303 |
),
|
1304 |
+
'ElementsAjaxShortcodeController' =>
|
1305 |
array (
|
1306 |
+
'name' => 'ElementsAjaxShortcodeController',
|
1307 |
+
'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxShortcode\\Controller',
|
1308 |
'make' => true,
|
1309 |
'singleton' => true,
|
1310 |
),
|
1311 |
+
'ElementsAjaxImageControllerController' =>
|
1312 |
array (
|
1313 |
+
'name' => 'ElementsAjaxImageControllerController',
|
1314 |
+
'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxImageController\\Controller',
|
1315 |
'make' => true,
|
1316 |
'singleton' => true,
|
1317 |
),
|
1318 |
+
'ElementsEncodedShortcodeController' =>
|
1319 |
array (
|
1320 |
+
'name' => 'ElementsEncodedShortcodeController',
|
1321 |
+
'abstract' => 'VisualComposer\\Modules\\Elements\\EncodedShortcode\\Controller',
|
1322 |
'make' => true,
|
1323 |
'singleton' => true,
|
1324 |
),
|
1325 |
+
'ElementsAssetShortcodeController' =>
|
1326 |
array (
|
1327 |
+
'name' => 'ElementsAssetShortcodeController',
|
1328 |
+
'abstract' => 'VisualComposer\\Modules\\Elements\\AssetShortcode\\Controller',
|
1329 |
'make' => true,
|
1330 |
'singleton' => true,
|
1331 |
),
|
1332 |
+
'ElementsWpWidgetsWpWidgetsController' =>
|
1333 |
array (
|
1334 |
+
'name' => 'ElementsWpWidgetsWpWidgetsController',
|
1335 |
+
'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsController',
|
1336 |
'make' => true,
|
1337 |
'singleton' => true,
|
1338 |
),
|
1339 |
+
'ElementsWpWidgetsWpWidgetsShortcodes' =>
|
1340 |
array (
|
1341 |
+
'name' => 'ElementsWpWidgetsWpWidgetsShortcodes',
|
1342 |
+
'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsShortcodes',
|
1343 |
'make' => true,
|
1344 |
'singleton' => true,
|
1345 |
),
|
1346 |
+
'ApiFactory' =>
|
1347 |
array (
|
1348 |
+
'name' => 'ApiFactory',
|
1349 |
+
'abstract' => 'VisualComposer\\Modules\\Api\\Factory',
|
1350 |
'make' => true,
|
1351 |
'singleton' => true,
|
1352 |
),
|
1353 |
+
'UpdatesUpdatesController' =>
|
1354 |
array (
|
1355 |
+
'name' => 'UpdatesUpdatesController',
|
1356 |
+
'abstract' => 'VisualComposer\\Modules\\Updates\\UpdatesController',
|
1357 |
'make' => true,
|
1358 |
'singleton' => true,
|
1359 |
),
|
1360 |
+
'HubDownloadController' =>
|
1361 |
array (
|
1362 |
+
'name' => 'HubDownloadController',
|
1363 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\DownloadController',
|
1364 |
'make' => true,
|
1365 |
'singleton' => true,
|
1366 |
),
|
1367 |
+
'HubJsonActionsController' =>
|
1368 |
array (
|
1369 |
+
'name' => 'HubJsonActionsController',
|
1370 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\JsonActionsController',
|
1371 |
'make' => true,
|
1372 |
'singleton' => true,
|
1373 |
),
|
1374 |
+
'HubUpdateController' =>
|
1375 |
array (
|
1376 |
+
'name' => 'HubUpdateController',
|
1377 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\UpdateController',
|
1378 |
'make' => true,
|
1379 |
'singleton' => true,
|
1380 |
),
|
1381 |
+
'HubAssetsAssetDownloadController' =>
|
1382 |
array (
|
1383 |
+
'name' => 'HubAssetsAssetDownloadController',
|
1384 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Assets\\AssetDownloadController',
|
1385 |
'make' => true,
|
1386 |
'singleton' => true,
|
1387 |
),
|
1388 |
+
'HubActionsPostUpdateAction' =>
|
1389 |
array (
|
1390 |
+
'name' => 'HubActionsPostUpdateAction',
|
1391 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Actions\\PostUpdateAction',
|
1392 |
'make' => true,
|
1393 |
'singleton' => true,
|
1394 |
),
|
1395 |
+
'HubPagesHub' =>
|
1396 |
array (
|
1397 |
+
'name' => 'HubPagesHub',
|
1398 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\Hub',
|
1399 |
'make' => true,
|
1400 |
'singleton' => true,
|
1401 |
),
|
1402 |
+
'HubPagesPremiumTeasers' =>
|
1403 |
array (
|
1404 |
+
'name' => 'HubPagesPremiumTeasers',
|
1405 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\PremiumTeasers',
|
1406 |
'make' => true,
|
1407 |
'singleton' => true,
|
1408 |
),
|
1409 |
+
'HubPagesUpdateBePage' =>
|
1410 |
array (
|
1411 |
+
'name' => 'HubPagesUpdateBePage',
|
1412 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateBePage',
|
1413 |
'make' => true,
|
1414 |
'singleton' => true,
|
1415 |
),
|
1416 |
+
'HubPagesUpdateFePage' =>
|
1417 |
array (
|
1418 |
+
'name' => 'HubPagesUpdateFePage',
|
1419 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateFePage',
|
1420 |
'make' => true,
|
1421 |
'singleton' => true,
|
1422 |
),
|
1423 |
+
'HubStockMediaStockMediaDownloadController' =>
|
1424 |
array (
|
1425 |
+
'name' => 'HubStockMediaStockMediaDownloadController',
|
1426 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\StockMedia\\StockMediaDownloadController',
|
1427 |
'make' => true,
|
1428 |
'singleton' => true,
|
1429 |
),
|
1430 |
+
'HubTemplatesTemplateDownloadController' =>
|
1431 |
array (
|
1432 |
+
'name' => 'HubTemplatesTemplateDownloadController',
|
1433 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplateDownloadController',
|
1434 |
'make' => true,
|
1435 |
'singleton' => true,
|
1436 |
),
|
1437 |
+
'HubTemplatesTemplatesUpdater' =>
|
1438 |
array (
|
1439 |
+
'name' => 'HubTemplatesTemplatesUpdater',
|
1440 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplatesUpdater',
|
1441 |
'make' => true,
|
1442 |
'singleton' => true,
|
1443 |
),
|
1444 |
+
'HubTemplatesTeasersTeasersController' =>
|
1445 |
array (
|
1446 |
+
'name' => 'HubTemplatesTeasersTeasersController',
|
1447 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersController',
|
1448 |
'make' => true,
|
1449 |
'singleton' => true,
|
1450 |
),
|
1451 |
+
'HubTemplatesTeasersTeasersDownloadController' =>
|
1452 |
array (
|
1453 |
+
'name' => 'HubTemplatesTeasersTeasersDownloadController',
|
1454 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersDownloadController',
|
1455 |
'make' => true,
|
1456 |
'singleton' => true,
|
1457 |
),
|
1458 |
+
'HubGroupsCategoriesCategories' =>
|
1459 |
array (
|
1460 |
+
'name' => 'HubGroupsCategoriesCategories',
|
1461 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Categories',
|
1462 |
'make' => true,
|
1463 |
'singleton' => true,
|
1464 |
),
|
1465 |
+
'HubGroupsCategoriesCategoriesUpdater' =>
|
1466 |
array (
|
1467 |
+
'name' => 'HubGroupsCategoriesCategoriesUpdater',
|
1468 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\CategoriesUpdater',
|
1469 |
'make' => true,
|
1470 |
'singleton' => true,
|
1471 |
),
|
1472 |
+
'HubGroupsCategoriesGroups' =>
|
1473 |
array (
|
1474 |
+
'name' => 'HubGroupsCategoriesGroups',
|
1475 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Groups',
|
1476 |
'make' => true,
|
1477 |
'singleton' => true,
|
1478 |
),
|
1479 |
+
'HubGroupsCategoriesGroupsUpdater' =>
|
1480 |
array (
|
1481 |
+
'name' => 'HubGroupsCategoriesGroupsUpdater',
|
1482 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\GroupsUpdater',
|
1483 |
'make' => true,
|
1484 |
'singleton' => true,
|
1485 |
),
|
1486 |
+
'HubElementsElementDownloadController' =>
|
1487 |
array (
|
1488 |
+
'name' => 'HubElementsElementDownloadController',
|
1489 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementDownloadController',
|
1490 |
'make' => true,
|
1491 |
'singleton' => true,
|
1492 |
),
|
1493 |
+
'HubElementsElements' =>
|
1494 |
array (
|
1495 |
+
'name' => 'HubElementsElements',
|
1496 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Elements',
|
1497 |
'make' => true,
|
1498 |
'singleton' => true,
|
1499 |
),
|
1500 |
+
'HubElementsElementsUpdater' =>
|
1501 |
array (
|
1502 |
+
'name' => 'HubElementsElementsUpdater',
|
1503 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementsUpdater',
|
1504 |
'make' => true,
|
1505 |
'singleton' => true,
|
1506 |
),
|
1507 |
+
'HubElementsTeasersTeasersController' =>
|
1508 |
array (
|
1509 |
+
'name' => 'HubElementsTeasersTeasersController',
|
1510 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersController',
|
1511 |
'make' => true,
|
1512 |
'singleton' => true,
|
1513 |
),
|
1514 |
+
'HubElementsTeasersTeasersDownloadController' =>
|
1515 |
array (
|
1516 |
+
'name' => 'HubElementsTeasersTeasersDownloadController',
|
1517 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersDownloadController',
|
1518 |
'make' => true,
|
1519 |
'singleton' => true,
|
1520 |
),
|
1521 |
+
'HubAddonsAddonDownloadController' =>
|
1522 |
array (
|
1523 |
+
'name' => 'HubAddonsAddonDownloadController',
|
1524 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonDownloadController',
|
1525 |
'make' => true,
|
1526 |
'singleton' => true,
|
1527 |
),
|
1528 |
+
'HubAddonsAddons' =>
|
1529 |
array (
|
1530 |
+
'name' => 'HubAddonsAddons',
|
1531 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Addons',
|
1532 |
'make' => true,
|
1533 |
'singleton' => true,
|
1534 |
),
|
1535 |
+
'HubAddonsAddonsUpdater' =>
|
1536 |
array (
|
1537 |
+
'name' => 'HubAddonsAddonsUpdater',
|
1538 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonsUpdater',
|
1539 |
'make' => true,
|
1540 |
'singleton' => true,
|
1541 |
),
|
1542 |
+
'HubAddonsTeasersTeasersController' =>
|
1543 |
array (
|
1544 |
+
'name' => 'HubAddonsTeasersTeasersController',
|
1545 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersController',
|
1546 |
'make' => true,
|
1547 |
'singleton' => true,
|
1548 |
),
|
1549 |
+
'HubAddonsTeasersTeasersDownloadController' =>
|
1550 |
array (
|
1551 |
+
'name' => 'HubAddonsTeasersTeasersDownloadController',
|
1552 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersDownloadController',
|
1553 |
'make' => true,
|
1554 |
'singleton' => true,
|
1555 |
),
|
1567 |
'make' => true,
|
1568 |
'singleton' => true,
|
1569 |
),
|
1570 |
+
'InternationalizationLocale' =>
|
1571 |
+
array (
|
1572 |
+
'name' => 'InternationalizationLocale',
|
1573 |
+
'abstract' => 'VisualComposer\\Modules\\Internationalization\\Locale',
|
1574 |
+
'make' => true,
|
1575 |
+
'singleton' => true,
|
1576 |
+
),
|
1577 |
'MigrationsAssets22Migration' =>
|
1578 |
array (
|
1579 |
'name' => 'MigrationsAssets22Migration',
|
1679 |
'make' => true,
|
1680 |
'singleton' => true,
|
1681 |
),
|
1682 |
+
'FrontViewAssetResetController' =>
|
1683 |
+
array (
|
1684 |
+
'name' => 'FrontViewAssetResetController',
|
1685 |
+
'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetResetController',
|
1686 |
+
'make' => true,
|
1687 |
+
'singleton' => true,
|
1688 |
+
),
|
1689 |
+
'FrontViewAssetUrlReplaceController' =>
|
1690 |
+
array (
|
1691 |
+
'name' => 'FrontViewAssetUrlReplaceController',
|
1692 |
+
'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetUrlReplaceController',
|
1693 |
+
'make' => true,
|
1694 |
+
'singleton' => true,
|
1695 |
+
),
|
1696 |
+
'FrontViewContentUrlReplaceController' =>
|
1697 |
+
array (
|
1698 |
+
'name' => 'FrontViewContentUrlReplaceController',
|
1699 |
+
'abstract' => 'VisualComposer\\Modules\\FrontView\\ContentUrlReplaceController',
|
1700 |
+
'make' => true,
|
1701 |
+
'singleton' => true,
|
1702 |
+
),
|
1703 |
+
'FrontViewFrontVariablesController' =>
|
1704 |
+
array (
|
1705 |
+
'name' => 'FrontViewFrontVariablesController',
|
1706 |
+
'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontVariablesController',
|
1707 |
+
'make' => true,
|
1708 |
+
'singleton' => true,
|
1709 |
+
),
|
1710 |
+
'FrontViewFrontViewController' =>
|
1711 |
+
array (
|
1712 |
+
'name' => 'FrontViewFrontViewController',
|
1713 |
+
'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontViewController',
|
1714 |
+
'make' => true,
|
1715 |
+
'singleton' => true,
|
1716 |
+
),
|
1717 |
+
'FrontViewLazyLoadController' =>
|
1718 |
+
array (
|
1719 |
+
'name' => 'FrontViewLazyLoadController',
|
1720 |
+
'abstract' => 'VisualComposer\\Modules\\FrontView\\LazyLoadController',
|
1721 |
+
'make' => true,
|
1722 |
+
'singleton' => true,
|
1723 |
+
),
|
1724 |
+
'FrontViewMaintenanceModeController' =>
|
1725 |
+
array (
|
1726 |
+
'name' => 'FrontViewMaintenanceModeController',
|
1727 |
+
'abstract' => 'VisualComposer\\Modules\\FrontView\\MaintenanceModeController',
|
1728 |
+
'make' => true,
|
1729 |
+
'singleton' => true,
|
1730 |
+
),
|
1731 |
+
'FrontViewPluginsInfoController' =>
|
1732 |
+
array (
|
1733 |
+
'name' => 'FrontViewPluginsInfoController',
|
1734 |
+
'abstract' => 'VisualComposer\\Modules\\FrontView\\PluginsInfoController',
|
1735 |
+
'make' => true,
|
1736 |
+
'singleton' => true,
|
1737 |
+
),
|
1738 |
),
|
1739 |
);
|
plugin-wordpress.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Visual Composer
|
5 |
* Plugin URI: https://visualcomposer.com/premium/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
|
6 |
* Description: Create your WordPress website with the fast and easy-to-use drag-and-drop builder for experts and beginners.
|
7 |
-
* Version: 44.1
|
8 |
* Author: visualcomposer.com
|
9 |
* Author URI: https://visualcomposer.com/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
|
10 |
* Copyright: (c) 2017 TechMill Ltd.
|
@@ -46,7 +46,7 @@ if (defined('VCV_VERSION')) {
|
|
46 |
/**
|
47 |
* Plugin version constant
|
48 |
*/
|
49 |
-
define('VCV_VERSION', '44.1
|
50 |
/**
|
51 |
* Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
|
52 |
*/
|
4 |
* Plugin Name: Visual Composer
|
5 |
* Plugin URI: https://visualcomposer.com/premium/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
|
6 |
* Description: Create your WordPress website with the fast and easy-to-use drag-and-drop builder for experts and beginners.
|
7 |
+
* Version: 44.1
|
8 |
* Author: visualcomposer.com
|
9 |
* Author URI: https://visualcomposer.com/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
|
10 |
* Copyright: (c) 2017 TechMill Ltd.
|
46 |
/**
|
47 |
* Plugin version constant
|
48 |
*/
|
49 |
+
define('VCV_VERSION', '44.1');
|
50 |
/**
|
51 |
* Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
|
52 |
*/
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInite8dcc6402d05262daf2b5601ee0868d4::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -24,15 +24,15 @@ class ComposerAutoloaderInit19750b8aa9f31221accf5f6a62b34f3a
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
29 |
-
spl_autoload_unregister(array('
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
-
call_user_func(\Composer\Autoload\
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInite8dcc6402d05262daf2b5601ee0868d4
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInite8dcc6402d05262daf2b5601ee0868d4', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInite8dcc6402d05262daf2b5601ee0868d4', 'loadClassLoader'));
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
+
call_user_func(\Composer\Autoload\ComposerStaticInite8dcc6402d05262daf2b5601ee0868d4::getInitializer($loader));
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'V' =>
|
@@ -303,9 +303,9 @@ class ComposerStaticInit19750b8aa9f31221accf5f6a62b34f3a
|
|
303 |
public static function getInitializer(ClassLoader $loader)
|
304 |
{
|
305 |
return \Closure::bind(function () use ($loader) {
|
306 |
-
$loader->prefixLengthsPsr4 =
|
307 |
-
$loader->prefixDirsPsr4 =
|
308 |
-
$loader->classMap =
|
309 |
|
310 |
}, null, ClassLoader::class);
|
311 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInite8dcc6402d05262daf2b5601ee0868d4
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'V' =>
|
303 |
public static function getInitializer(ClassLoader $loader)
|
304 |
{
|
305 |
return \Closure::bind(function () use ($loader) {
|
306 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInite8dcc6402d05262daf2b5601ee0868d4::$prefixLengthsPsr4;
|
307 |
+
$loader->prefixDirsPsr4 = ComposerStaticInite8dcc6402d05262daf2b5601ee0868d4::$prefixDirsPsr4;
|
308 |
+
$loader->classMap = ComposerStaticInite8dcc6402d05262daf2b5601ee0868d4::$classMap;
|
309 |
|
310 |
}, null, ClassLoader::class);
|
311 |
}
|