Пример #1
0
 public static function create($color)
 {
     $bmw = new BMW();
     return $bmw->paintTo($color);
 }