Path : /var/www/html/solarwindia/vendor/fzaninotto/faker/src/Faker/Provider/th_TH/ |
Current File : //var/www/html/solarwindia/vendor/fzaninotto/faker/src/Faker/Provider/th_TH/Color.php |
<?php namespace Faker\Provider\th_TH; class Color extends \Faker\Provider\Color { protected static $safeColorNames = array( 'ขาว','ชมพู','ดำ','น้ำตาล','น้ำเงิน','ฟ้า','ม่วง','ส้ม','เขียว','เขียวอ่อน','เหลือง','แดง' ); protected static $allColorNames = array( 'กากี','ขาว','คราม','ชมพู','ดำ','ทอง','นาค','น้ำตาล', 'น้ำเงิน','ฟ้า','ม่วง','ส้ม','เขียว','เขียวอ่อน', 'เงิน','เทา','เหลือง','เหลืองอ่อน','แดง','่ขี้ม้า' ); }