예제 #1
0
 public static function color($options = array())
 {
     $colors =& DummyData::get_colors();
     return $colors[rand(0, count($colors) - 1)];
 }