php7-mysql-data/Kapitel_4/Lektion_7/index.php

8 lines
108 B
PHP
Raw Normal View History

2016-08-16 21:20:53 +02:00
<?php
require __DIR__ . '/autoload.php';
$motor = new Motor();
$auto = new Auto($motor);
$auto->starte();