var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php line 23

Open in your IDE?
  1. <?php
  2. use Sulu\Component\Localization\Localization;
  3. use Sulu\Component\Webspace\Manager\WebspaceCollection;
  4. use Sulu\Component\Webspace\Portal;
  5. use Sulu\Component\Webspace\PortalInformation;
  6. use Sulu\Component\Webspace\Environment;
  7. use Sulu\Component\Webspace\Security;
  8. use Sulu\Component\Webspace\Segment;
  9. use Sulu\Component\Webspace\Url;
  10. use Sulu\Component\Webspace\CustomUrl;
  11. use Sulu\Component\Webspace\Webspace;
  12. use Sulu\Component\Webspace\Navigation;
  13. use Sulu\Component\Webspace\NavigationContext;
  14. /**
  15. * websiteWebspaceCollectionCache
  16. *
  17. * DO NOT EDIT
  18. * This file is autogenerated by the Sulu Webspace component
  19. */
  20. class websiteWebspaceCollectionCache extends WebspaceCollection
  21. {
  22. public function __construct()
  23. {
  24. $webspaceRefs = array();
  25. $portalRefs = array();
  26. $localizationRefs = array();
  27. $segmentRefs = array();
  28. $portalInformationRefs = array();
  29. // new webspace
  30. $webspace = new Webspace();
  31. $webspace->setKey('d3v0n');
  32. $webspace->setName("d3v0n.de");
  33. // add localization to webspace
  34. $localization0 = new Localization('de', '');
  35. $localization0->setShadow('');
  36. $localization0->setDefault(true);
  37. $localization0->setXDefault('');
  38. $localizationRefs['d3v0n_de'] = $localization0;
  39. $webspace->addLocalization($localization0);
  40. // add theme
  41. $webspace->addTemplate('search', 'search/search');
  42. $webspace->addTemplate('error', 'error/error');
  43. $webspace->addDefaultTemplate('page', 'default');
  44. $webspace->addDefaultTemplate('home', 'homepage');
  45. // add navigation
  46. $navigation = new Navigation();
  47. $navigation->addContext(new NavigationContext('main', array(
  48. 'title' => array(
  49. 'de' => 'Hauptnavigation',
  50. )
  51. ,
  52. )
  53. ));
  54. $navigation->addContext(new NavigationContext('footer', array(
  55. 'title' => array(
  56. 'de' => 'Footernavigation',
  57. )
  58. ,
  59. )
  60. ));
  61. $webspace->setNavigation($navigation);
  62. $webspace->setResourceLocatorStrategy('tree_leaf_edit');
  63. // new portal
  64. $portal = new Portal();
  65. $portal->setName('d3v0n.de');
  66. $portal->setKey('d3v0n');
  67. $portal->setWebspace($webspace);
  68. // add localization
  69. $localization = new Localization('de', '');
  70. $localization->setDefault('1');
  71. $localization->setXDefault('');
  72. $portal->addLocalization($localization);
  73. // add environment
  74. $environment = new Environment();
  75. $environment->setType('prod');
  76. // add environment url
  77. $url = new Url();
  78. $url->setUrl('{host}');
  79. $url->setLanguage('de');
  80. $url->setCountry('');
  81. $url->setSegment('');
  82. $url->setRedirect('');
  83. $url->setMain(true);
  84. $environment->addUrl($url);
  85. $portal->addEnvironment($environment);
  86. // add environment
  87. $environment = new Environment();
  88. $environment->setType('stage');
  89. // add environment url
  90. $url = new Url();
  91. $url->setUrl('{host}');
  92. $url->setLanguage('de');
  93. $url->setCountry('');
  94. $url->setSegment('');
  95. $url->setRedirect('');
  96. $url->setMain(true);
  97. $environment->addUrl($url);
  98. $portal->addEnvironment($environment);
  99. // add environment
  100. $environment = new Environment();
  101. $environment->setType('test');
  102. // add environment url
  103. $url = new Url();
  104. $url->setUrl('{host}');
  105. $url->setLanguage('de');
  106. $url->setCountry('');
  107. $url->setSegment('');
  108. $url->setRedirect('');
  109. $url->setMain(true);
  110. $environment->addUrl($url);
  111. $portal->addEnvironment($environment);
  112. // add environment
  113. $environment = new Environment();
  114. $environment->setType('dev');
  115. // add environment url
  116. $url = new Url();
  117. $url->setUrl('{host}');
  118. $url->setLanguage('de');
  119. $url->setCountry('');
  120. $url->setSegment('');
  121. $url->setRedirect('');
  122. $url->setMain(true);
  123. $environment->addUrl($url);
  124. $portal->addEnvironment($environment);
  125. $portalRefs['d3v0n'] = $portal;
  126. $webspace->addPortal($portal);
  127. $webspaceRefs['d3v0n'] = $webspace;
  128. $portalInformationRefs['prod']['{host}'] = new PortalInformation(
  129. 1,
  130. $webspaceRefs['d3v0n'],
  131. $portalRefs['d3v0n'],
  132. $localizationRefs['d3v0n_de'],
  133. '{host}',
  134. null,
  135. null,
  136. true,
  137. '{host}',
  138. 5
  139. );
  140. $portalInformationRefs['stage']['{host}'] = new PortalInformation(
  141. 1,
  142. $webspaceRefs['d3v0n'],
  143. $portalRefs['d3v0n'],
  144. $localizationRefs['d3v0n_de'],
  145. '{host}',
  146. null,
  147. null,
  148. true,
  149. '{host}',
  150. 5
  151. );
  152. $portalInformationRefs['test']['{host}'] = new PortalInformation(
  153. 1,
  154. $webspaceRefs['d3v0n'],
  155. $portalRefs['d3v0n'],
  156. $localizationRefs['d3v0n_de'],
  157. '{host}',
  158. null,
  159. null,
  160. true,
  161. '{host}',
  162. 5
  163. );
  164. $portalInformationRefs['dev']['{host}'] = new PortalInformation(
  165. 1,
  166. $webspaceRefs['d3v0n'],
  167. $portalRefs['d3v0n'],
  168. $localizationRefs['d3v0n_de'],
  169. '{host}',
  170. null,
  171. null,
  172. true,
  173. '{host}',
  174. 5
  175. );
  176. $this->setWebspaces($webspaceRefs);
  177. $this->setPortals($portalRefs);
  178. $this->setPortalInformations($portalInformationRefs);
  179. }
  180. }