예제 #1
0
 public static function qoute($options = array())
 {
     $qoutes = DummyData::getQoutes();
     return $qoutes[rand(0, count($qoutes) - 1)];
 }