SproutCMS

This is the code documentation for the SproutCMS project

source of /sprout/Helpers/Locales/LocaleInfoPHL.php

  1. <?php
  2. /*
  3.  * Copyright (C) 2017 Karmabunny Pty Ltd.
  4.  *
  5.  * This file is a part of SproutCMS.
  6.  *
  7.  * SproutCMS is free software: you can redistribute it and/or modify it under the terms
  8.  * of the GNU General Public License as published by the Free Software Foundation, either
  9.  * version 2 of the License, or (at your option) any later version.
  10.  *
  11.  * For more information, visit <http://getsproutcms.com>.
  12.  */
  13.  
  14. namespace Sprout\Helpers\Locales;
  15.  
  16.  
  17. /**
  18.  * Locale info for Philippines; see {@see LocaleInfo}
  19.  */
  20. class LocaleInfoPHL extends LocaleInfo
  21. {
  22. protected $state_list = [
  23. 'National Capital RĂ©gion',
  24. 'Abra',
  25. 'Agusan del Norte',
  26. 'Agusan del Sur',
  27. 'Aklan',
  28. 'Albay',
  29. 'Antique',
  30. 'Apayao',
  31. 'Aurora',
  32. 'Bataan',
  33. 'Basilan',
  34. 'Benguet',
  35. 'Biliran',
  36. 'Bohol',
  37. 'Batangas',
  38. 'Batanes',
  39. 'Bukidnon',
  40. 'Bulacan',
  41. 'Cagayan',
  42. 'Camiguin',
  43. 'Camarines Norte',
  44. 'Capiz',
  45. 'Camarines Sur',
  46. 'Catanduanes',
  47. 'Cavite',
  48. 'Cebu',
  49. 'Compostela Valley',
  50. 'Davao Oriental',
  51. 'Davao del Sur',
  52. 'Davao del Norte',
  53. 'Dinagat Islands',
  54. 'Kanlurang Dabaw',
  55. 'Eastern Samar',
  56. 'Guimaras',
  57. 'Ifugao',
  58. 'Iloilo',
  59. 'Ilocos Norte',
  60. 'Ilocos Sur',
  61. 'Isabela',
  62. 'Kalinga-Apayao',
  63. 'Laguna',
  64. 'Lanao del Norte',
  65. 'Lanao del Sur',
  66. 'Leyte',
  67. 'La Union',
  68. 'Maguindanao',
  69. 'Masbate',
  70. 'Mindoro Occidental',
  71. 'Mindoro Oriental',
  72. 'Mountain Province',
  73. 'Misamis Occidental',
  74. 'Misamis Oriental',
  75. 'Kotabato',
  76. 'Negros occidental',
  77. 'Negros oriental',
  78. 'Northern Samar',
  79. 'Nueva Ecija',
  80. 'Nueva Vizcaya',
  81. 'Pampanga',
  82. 'Pangasinan',
  83. 'Palawan',
  84. 'Quezon',
  85. 'Quirino',
  86. 'Rizal',
  87. 'Romblon',
  88. 'Sarangani',
  89. 'South Cotabato',
  90. 'Siquijor',
  91. 'Southern Leyte',
  92. 'Sulu',
  93. 'Sorsogon',
  94. 'Sultan Kudarat',
  95. 'Surigao del Norte',
  96. 'Surigao del Sur',
  97. 'Tarlac',
  98. 'Tawi-Tawi',
  99. 'Western Samar',
  100. 'Zamboanga del Norte',
  101. 'Zamboanga del Sur',
  102. 'Zambales',
  103. 'Zamboanga Sibuguey',
  104. ];
  105. }
  106.